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 Constructor Description SuspendableDocumentListener()
-
Method Summary
Modifier and Type Method Description void
changedUpdate(DocumentEvent e)
void
insertUpdate(DocumentEvent e)
protected abstract void
onChanged(DocumentEvent e)
protected abstract void
onInserted(DocumentEvent e)
protected abstract void
onRemoved(DocumentEvent e)
void
removeUpdate(DocumentEvent e)
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
-