public class OIAChangedEvent extends Object
Constructor and Description |
---|
OIAChangedEvent(OIA oia,
Set<OIAStatus> currentStatus,
int progErrorCode,
int commErrorCode)
Creates a new instance of the OIA changed event.
|
Modifier and Type | Method and Description |
---|---|
int |
getCommErrorCode() |
OIA |
getOIA() |
int |
getProgErrorCode() |
Set<OIAStatus> |
getStatus() |
String |
toString() |
public OIAChangedEvent(OIA oia, Set<OIAStatus> currentStatus, int progErrorCode, int commErrorCode)
oia
- the OIA instance in which the status changedcurrentStatus
- set of OIAStatus values indicating the current stateprogErrorCode
- program error codecommErrorCode
- communication error codepublic OIA getOIA()
public int getProgErrorCode()
public int getCommErrorCode()
Copyright © 2020 Micro Focus. All rights reserved.