public class ToolEventQueue extends Object
Constructor and Description |
---|
ToolEventQueue(ToolEventReceiver receiver)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
addEvent(ToolEvent event)
places the given event into the queue
if queue was started already
|
void |
dispose() |
Thread |
getThread() |
void |
start() |
public ToolEventQueue(ToolEventReceiver receiver)
receiver
- public void start()
public boolean addEvent(ToolEvent event)
event
- the event to postpublic void dispose()
public Thread getThread()