Package org.fest.swing.edt
Class GuiAction
java.lang.Object
org.fest.swing.edt.GuiAction
- All Implemented Interfaces:
Runnable
Understands the base class for actions that are executed in the event dispatch thread.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final Throwable
(package private) final void
catchedException
(Throwable catched) (package private) final void
private void
(package private) final void
(package private) final void
(package private) final boolean
-
Field Details
-
executedInEDT
private boolean executedInEDT -
catchedException
-
executionNotification
-
-
Constructor Details
-
GuiAction
GuiAction()
-
-
Method Details
-
catchedException
-
catchedException
-
wasExecutedInEDT
final boolean wasExecutedInEDT() -
clearCatchedException
final void clearCatchedException() -
executionNotification
-
notifyExecutionCompleted
final void notifyExecutionCompleted() -
executedInEDT
private void executedInEDT()
-