|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentListener
Allows to receive notifications about changes in edited documents.
Document.addDocumentListener(DocumentListener),
EditorEventMulticaster.addDocumentListener(DocumentListener)| Method Summary | |
|---|---|
void |
beforeDocumentChange(DocumentEvent event)
Called before the text of the document is changed. |
void |
documentChanged(DocumentEvent event)
Called after the text of the document has been changed. |
| Method Detail |
|---|
void beforeDocumentChange(DocumentEvent event)
event - the event containing the information about the change.void documentChanged(DocumentEvent event)
event - the event containing the information about the change.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||