Package com.illumon.iris.gui.actions
Class SuspendableDocumentListener
java.lang.Object
com.illumon.iris.gui.actions.AbstractSuspendable
com.illumon.iris.gui.actions.SuspendableDocumentListener
- All Implemented Interfaces:
Suspendable
,EventListener
,DocumentListener
public abstract class SuspendableDocumentListener
extends AbstractSuspendable
implements DocumentListener
A
DocumentListener
that supports the Suspendable
pattern.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
protected abstract void
protected abstract void
protected abstract void
final void
Methods inherited from class com.illumon.iris.gui.actions.AbstractSuspendable
isSuspended, resume, suspend
-
Constructor Details
-
SuspendableDocumentListener
public SuspendableDocumentListener()
-
-
Method Details
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
onInserted
-
onRemoved
-
onChanged
-