Uses of Class
adams.gui.core.DelayedActionRunnable.AbstractAction
-
Packages that use DelayedActionRunnable.AbstractAction Package Description adams.gui.core -
-
Uses of DelayedActionRunnable.AbstractAction in adams.gui.core
Fields in adams.gui.core declared as DelayedActionRunnable.AbstractAction Modifier and Type Field Description protected DelayedActionRunnable.AbstractAction
DelayedActionRunnable. m_Action
the action to execute.Methods in adams.gui.core with parameters of type DelayedActionRunnable.AbstractAction Modifier and Type Method Description void
DelayedActionRunnable. queue(DelayedActionRunnable.AbstractAction action)
Queues the action for execution after the countdown.
-