|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.toolsystem.ToolEventQueue
public class ToolEventQueue
TODO: check sync!
Constructor Summary | |
---|---|
ToolEventQueue(ToolEventReceiver receiver)
|
Method Summary | |
---|---|
boolean |
addEvent(ToolEvent event)
places the given event into the queue if queue was started already |
void |
dispose()
|
java.lang.Thread |
getThread()
|
void |
start()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToolEventQueue(ToolEventReceiver receiver)
Method Detail |
---|
public void start()
public boolean addEvent(ToolEvent event)
event
- the event to post
public void dispose()
public java.lang.Thread getThread()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |