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 Constructor Description SuspendableActionListener()
-
Method Summary
Modifier and Type Method Description void
actionPerformed(ActionEvent e)
abstract void
onAction(ActionEvent e)
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
-