IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

Property Event

Fired when ListProperties is invoked.

Syntax

public open class DefaultAs2profilemgrEventListener : As2profilemgrEventListener {
  ...
  public override fun property(e: As2profilemgrPropertyEvent) {}
  ...
}

public class As2profilemgrPropertyEvent {
  val propName: String?
  val propValue: String?
}

Remarks

This event is fired when ListProperties is called. It fires for each property read by LoadProfile. The parameters propName and propValue provide property name and value respectively.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]