EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

Property Event

Fired when ListProperties is invoked.

Syntax

public void fireProperty(ProfilemgrPropertyEvent event);

public class ProfilemgrPropertyEvent {
  public String propName;
  public String propValue;
}

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) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]