public class SimpleEventQueue extends Object implements EventQueue
EventQueue that processes events in the current thread. This class can be used for
testing.EventQueue.Entry| Constructor and Description |
|---|
SimpleEventQueue() |
public void enqueue(EventQueue.Entry entry)
enqueue in interface EventQueuepublic void shutdown()
shutdown in interface EventQueue