Serializable
public class DataQueueEvent extends EventObject
Modifier and Type | Field | Description |
---|---|---|
static int |
DQ_CLEARED |
The DataQueue clear event ID.
|
static int |
DQ_PEEKED |
The DataQueue peek event ID.
|
static int |
DQ_READ |
The DataQueue read event ID.
|
static int |
DQ_WRITTEN |
The DataQueue write event ID.
|
source
Constructor | Description |
---|---|
DataQueueEvent(Object source,
int id) |
Constructs a DataQueueEvent object.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getID() |
Returns the identifier for this event.
|
getSource, toString
public static final int DQ_CLEARED
public static final int DQ_PEEKED
public static final int DQ_READ
public static final int DQ_WRITTEN
public DataQueueEvent(Object source, int id)
source
- The object where the event originated.id
- The event identifier.Copyright © 2023. All rights reserved.