public class MessageDispatcher
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description | 
|---|
| MessageDispatcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isStopped()Returns the current stop state | 
| void | run()Main run loop where events are popped off the queue
 and executed. | 
| void | stop()Signals the dispatcher to stop | 
public void stop()
public boolean isStopped()
public void run()
run in interface java.lang.Runnable