private static class LensApplication.RunnableEvent extends LensApplication.Event
Modifier and Type | Field and Description |
---|---|
private java.lang.Runnable |
runnable |
private boolean |
wait |
Constructor and Description |
---|
RunnableEvent(boolean wait,
java.lang.Runnable runnable) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
dispatch() |
java.lang.String |
toString() |
void dispatch()
dispatch
in class LensApplication.Event
public java.lang.String toString()
toString
in class java.lang.Object