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 voidcontentsChanged(ListDataEvent e)abstract voiddoContentsChanged(ListDataEvent e)abstract voiddoIntervalAdded(ListDataEvent e)abstract voiddoIntervalRemoved(ListDataEvent e)voidintervalAdded(ListDataEvent e)voidintervalRemoved(ListDataEvent e)Methods inherited from class com.illumon.iris.gui.actions.AbstractSuspendable
isSuspended, resume, suspendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.gui.actions.Suspendable
isSuspended, resume, suspend
-
Constructor Details
-
SuspendableListDataListener
public SuspendableListDataListener()
-
-
Method Details
-
intervalAdded
- Specified by:
intervalAddedin interfaceListDataListener
-
intervalRemoved
- Specified by:
intervalRemovedin interfaceListDataListener
-
contentsChanged
- Specified by:
contentsChangedin interfaceListDataListener
-
doIntervalAdded
-
doIntervalRemoved
-
doContentsChanged
-