public abstract class RangeMarkerSpy extends java.lang.Object implements DocumentListener
ARRAY_FACTORY, EMPTY_ARRAY
Constructor and Description |
---|
RangeMarkerSpy(RangeMarker marker) |
Modifier and Type | Method and Description |
---|---|
void |
documentChanged(DocumentEvent e)
Called after the text of the document has been changed.
|
protected abstract void |
invalidated(DocumentEvent e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeDocumentChange, bulkUpdateFinished, bulkUpdateStarting
public RangeMarkerSpy(RangeMarker marker)
protected abstract void invalidated(DocumentEvent e)
public void documentChanged(DocumentEvent e)
DocumentListener
documentChanged
in interface DocumentListener
e
- the event containing the information about the change.