|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Document.Listener
Used to listen for changes to this document.
| Method Summary | |
|---|---|
void |
textInserted(Document document,
int offset,
int length)
Called when text is inserted into a document. |
void |
textRemoved(Document document,
int offset,
int length)
Called when text is removed from a document. |
| Method Detail |
|---|
void textInserted(Document document,
int offset,
int length)
document - the document into which text was inserted.offset - the offset into the document of the inserted text.length - the length of the inserted text.
void textRemoved(Document document,
int offset,
int length)
document - the document from which text was removed.offset - the offset into the document of the removed text.length - the length of the removed text.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||