public class OutputQueueEvent
extends java.util.EventObject
OutputQueueListener
,
Serialized FormModifier and Type | Field and 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.
|
Constructor and Description |
---|
OutputQueueEvent(java.lang.Object source,
int id)
Constructs an OutputQueueEvent object.
|
Modifier and Type | Method and Description |
---|---|
int |
getID()
Returns the output queue event identifier.
|
public static final int CLEARED
public static final int HELD
public static final int RELEASED