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, waitbeforeDocumentChange, bulkUpdateFinished, bulkUpdateStartingpublic RangeMarkerSpy(RangeMarker marker)
protected abstract void invalidated(DocumentEvent e)
public void documentChanged(DocumentEvent e)
DocumentListenerdocumentChanged in interface DocumentListenere - the event containing the information about the change.