IPWorks EDIFACT 2020 Android Edition

Questions / Feedback?

EndLoop Event

Fires when the end of a loop is detected in a transaction set.

Syntax

public class DefaultEdifactreaderEventListener implements EdifactreaderEventListener {
  ...
  public void endLoop(EdifactreaderEndLoopEvent e) {}
  ...
}

public class EdifactreaderEndLoopEvent {
}

Remarks

The EndLoop event will fire after the last segment in a loop is read. Each EndLoop event is paired with one StartLoop event.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDIFACT 2020 Android Edition - Version 20.0 [Build 8209]