StartLoop Event

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

Syntax

public class DefaultVdatranslatorEventListener implements VdatranslatorEventListener {
  ...
  public void startLoop(VdatranslatorStartLoopEvent e) {}
  ...
}

public class VdatranslatorStartLoopEvent {
  public String name;
}

Remarks

The StartLoop event will fire when the tag of a loop trigger segment is read. The Name parameter contains the schema-provided name of the loop, such as "N1Loop1".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Java Edition - Version 20.0 [Build 8203]