Package com.illumon.iris.gui.actions
Class SuspendableActionListener
java.lang.Object
com.illumon.iris.gui.actions.AbstractSuspendable
com.illumon.iris.gui.actions.SuspendableActionListener
- All Implemented Interfaces:
Suspendable
,ActionListener
,EventListener
public abstract class SuspendableActionListener
extends AbstractSuspendable
implements ActionListener
An
ActionListener
that supports Suspendable
patterns.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
abstract void
Methods inherited from class com.illumon.iris.gui.actions.AbstractSuspendable
isSuspended, resume, suspend
-
Constructor Details
-
SuspendableActionListener
public SuspendableActionListener()
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
onAction
-