IPWorks X12 2020 Kotlin Edition

Questions / Feedback?

StartLoop Event

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

Syntax

public open class DefaultX12readerEventListener : X12readerEventListener {
  ...
  public override fun startLoop(e: X12readerStartLoopEvent) {}
  ...
}

public class X12readerStartLoopEvent {
  val name: String?
}

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) 2021 /n software inc. - All rights reserved.
IPWorks X12 2020 Kotlin Edition - Version 20.0 [Build 7941]