public interface OIA
Modifier and Type | Method and Description |
---|---|
void |
addOIAListener(OIAListener listener)
Adds an OIAListener instance that wishes to be notified of OIA events.
|
int |
getCommErrorCode()
Returns the current comm error code
|
int |
getProgErrorCode()
Returns the current program error code
|
Set<OIAStatus> |
getStatus()
Returns the current OIA status as an EnumSet
|
boolean |
removeOIAListener(OIAListener listener)
Removes an OIAListener instance so it will not longer receive OIA events
|
void addOIAListener(OIAListener listener)
listener
- the OIAListener instance to be added. If the listener is
already added, this method does nothing.boolean removeOIAListener(OIAListener listener)
listener
- the listener to be removedSet<OIAStatus> getStatus()
int getProgErrorCode()
int getCommErrorCode()
Copyright © 2020 Micro Focus. All rights reserved.