|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides a listener pattern for things that want to observe the DOM object model and be notified of changes in that.
Method Summary | |
void |
nodeChanged(MerlotDOMNode parent,
int[] indices,
MerlotDOMNode[] children)
|
void |
nodeDeleted(MerlotDOMNode node)
|
void |
nodeInserted(MerlotDOMNode parent,
int[] indices,
MerlotDOMNode[] children)
notifies the listener that one or more nodes were inserted under the given parent. |
void |
nodeRemoved(MerlotDOMNode parent,
int[] indices,
MerlotDOMNode[] children)
notifies the listener that one or more nodes under the given parent were deleted. |
Method Detail |
public void nodeInserted(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
public void nodeRemoved(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
public void nodeDeleted(MerlotDOMNode node)
public void nodeChanged(MerlotDOMNode parent, int[] indices, MerlotDOMNode[] children)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |