|
Java Platform 1.2 Beta 4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for an observer to register to receive notifications of changes to a text document.
| Method Summary | |
void |
changedUpdate(DocumentEvent e)
Gives notification that an attribute or set of attributes changed. |
void |
insertUpdate(DocumentEvent e)
Gives notification that there was an insert into the document. |
void |
removeUpdate(DocumentEvent e)
Gives notification that a portion of the document has been removed. |
| Method Detail |
public void insertUpdate(DocumentEvent e)
e - the document eventpublic void removeUpdate(DocumentEvent e)
e - the document eventpublic void changedUpdate(DocumentEvent e)
e - the document event
|
Java Platform 1.2 Beta 4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||