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