Package com.microfocus.zfe.haapi.ps
Class OIAChangedEvent
java.lang.Object
com.microfocus.zfe.haapi.ps.OIAChangedEvent
Data carrier for OIA changed events.
-
Constructor Details
-
OIAChangedEvent
Creates a new instance of the OIA changed event.- Parameters:
oia
- the OIA instance in which the status changedcurrentStatus
- set of OIAStatus values indicating the current stateprogErrorCode
- program error codecommErrorCode
- communication error code
-
-
Method Details
-
getOIA
- Returns:
- OIA object that fired this event.
-
getStatus
- Returns:
- current status.
-
getProgErrorCode
public int getProgErrorCode()- Returns:
- host program error code.
-
getCommErrorCode
public int getCommErrorCode()- Returns:
- host communication error code.
-
toString
-