public class ThreadWorkQueue extends Object
Constructor and Description |
---|
ThreadWorkQueue() |
Modifier and Type | Method and Description |
---|---|
void |
addBack(Object theEvent)
Adds event to the back queue.
|
void |
addFront(Object theEvent)
Adds event to the front queue.
|
DualWorkQueue |
getThreadQueue() |
public void addBack(Object theEvent)
theEvent
- to addpublic void addFront(Object theEvent)
theEvent
- to addpublic DualWorkQueue getThreadQueue()