public class EventQueue extends Object
Constructor and Description |
---|
EventQueue(String name) |
EventQueue(String name,
EventQueueDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEventDispatchThread() |
boolean |
isRunning() |
void |
runLater(Runnable runnable) |
void |
shutdown() |
void |
start() |
public EventQueue(String name)
public EventQueue(String name, EventQueueDispatcher dispatcher)
public void runLater(Runnable runnable)
public void start()
public void shutdown()
public boolean isEventDispatchThread()
public boolean isRunning()
Copyright © 2017. All rights reserved.