|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextNodeListener
Text node listener interface.
Method Summary | |
---|---|
void |
charactersInserted(TextNode textNode,
int index,
int count)
Called when characters have been inserted into a text node. |
void |
charactersRemoved(TextNode textNode,
int index,
int count)
Called when characters have been removed from a text node. |
Method Detail |
---|
void charactersInserted(TextNode textNode, int index, int count)
textNode
- index
- count
- void charactersRemoved(TextNode textNode, int index, int count)
textNode
- index
- count
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |