public class ActiveStatusEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
BUSY
Deprecated.
Event ID indicating that the active status is busy.
|
static int |
IDLE
Deprecated.
Event ID indicating that the active status is idle.
|
Constructor and Description |
---|
ActiveStatusEvent(java.lang.Object source,
int eventID)
Deprecated.
Constructs a ActiveStatusEvent object.
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Deprecated.
Returns the event ID.
|
public static final int BUSY
public static final int IDLE