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 Constructor Description SuspendableListDataListener()
-
Method Summary
Modifier and Type Method Description void
contentsChanged(ListDataEvent e)
abstract void
doContentsChanged(ListDataEvent e)
abstract void
doIntervalAdded(ListDataEvent e)
abstract void
doIntervalRemoved(ListDataEvent e)
void
intervalAdded(ListDataEvent e)
void
intervalRemoved(ListDataEvent e)
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
-