Package com.illumon.iris.gui.actions
Class SuspendableListDataListener
java.lang.Object
com.illumon.iris.gui.actions.AbstractSuspendable
com.illumon.iris.gui.actions.SuspendableListDataListener
- All Implemented Interfaces:
Suspendable
,EventListener
,ListDataListener
public abstract class SuspendableListDataListener
extends AbstractSuspendable
implements ListDataListener, Suspendable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
abstract void
abstract void
abstract void
void
void
Methods inherited from class com.illumon.iris.gui.actions.AbstractSuspendable
isSuspended, resume, suspend
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.iris.gui.actions.Suspendable
isSuspended, resume, suspend
-
Constructor Details
-
SuspendableListDataListener
public SuspendableListDataListener()
-
-
Method Details
-
intervalAdded
- Specified by:
intervalAdded
in interfaceListDataListener
-
intervalRemoved
- Specified by:
intervalRemoved
in interfaceListDataListener
-
contentsChanged
- Specified by:
contentsChanged
in interfaceListDataListener
-
doIntervalAdded
-
doIntervalRemoved
-
doContentsChanged
-