|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.resource.ActiveStatusEvent
The ActiveStatusEvent class represents an active status event.
| Field Summary | |
static int |
BUSY
Event ID indicating that the active status is busy. |
static int |
IDLE
Event ID indicating that the active status is idle. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ActiveStatusEvent(java.lang.Object source,
int eventID)
Constructs a ActiveStatusEvent object. |
|
| Method Summary | |
int |
getID()
Returns the event ID. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int BUSY
public static final int IDLE
| Constructor Detail |
public ActiveStatusEvent(java.lang.Object source,
int eventID)
source - The source.eventID - The event ID.| Method Detail |
public int getID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||