Serializablepublic class ActiveStatusEvent extends EventObject
| Modifier and Type | Field | 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.
|
source| Constructor | Description |
|---|---|
ActiveStatusEvent(Object source,
int eventID) |
Deprecated.
Constructs a ActiveStatusEvent object.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getID() |
Deprecated.
Returns the event ID.
|
getSource, toStringpublic static final int BUSY
public static final int IDLE
public ActiveStatusEvent(Object source, int eventID)
source - The source.eventID - The event ID.Copyright © 2024. All rights reserved.