public abstract class AFXCoordinator extends java.lang.Thread implements ICoordinator<javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>
Constructor and Description |
---|
AFXCoordinator(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.BlockingQueue<IAction<javafx.event.Event,java.lang.Object>> |
getMessageQueue()
Returns the message queue of coordinator.
|
void |
run() |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComponentHandler, handleActive, handleInActive, handleMessage, setComponentHandler
public final void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public java.util.concurrent.BlockingQueue<IAction<javafx.event.Event,java.lang.Object>> getMessageQueue()
ICoordinator
getMessageQueue
in interface ICoordinator<javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>