Serializablepublic class OutputQueueEvent extends EventObject
OutputQueueListener,
Serialized Form| Modifier and Type | Field | Description |
|---|---|---|
static int |
CLEARED |
The output queue cleared event ID.
|
static int |
HELD |
The output queue held event ID.
|
static int |
RELEASED |
The output queue released event ID.
|
source| Constructor | Description |
|---|---|
OutputQueueEvent(Object source,
int id) |
Constructs an OutputQueueEvent object.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getID() |
Returns the output queue event identifier.
|
getSource, toStringpublic static final int CLEARED
public static final int HELD
public static final int RELEASED
public OutputQueueEvent(Object source, int id)
source - The object sourcing the event.id - The event identifier.Copyright © 2024. All rights reserved.