public static class EventQueue.VoidEvent extends Object implements EventQueue.Event
Modifier and Type | Field and Description |
---|---|
static EventQueue.VoidEvent |
INSTANCE |
Constructor and Description |
---|
VoidEvent() |
Modifier and Type | Method and Description |
---|---|
void |
run()
Run the event.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleException
public static final EventQueue.VoidEvent INSTANCE
public void run() throws Exception
EventQueue.Event
run
in interface EventQueue.Event
Exception