-
-
Method Summary
Modifier and Type |
Method |
Description |
void |
add(int handle) |
Adds an event to the event vector.
|
void |
remove(int handle) |
Removes an event from the event vector.
|
void |
wakeup() |
Wakes up all events in the event vector.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public void add(
int handle)
Adds an event to the event vector.
- Parameters:
handle
- The event to add
-
public void remove(
int handle)
Removes an event from the event vector.
- Parameters:
handle
- The event to remove
-
Wakes up all events in the event vector.