|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChangeTrackingInterface
Interface for nodes which are capable of tracking changes.
| Method Summary | |
|---|---|
void |
addListener(ChangeTrackingInterface listener)
Adds a change listener to this element. |
void |
fireChanged(boolean propagate)
Called when the element has changed. |
void |
fireChangeForSubTree()
fires a change on this element and all its children, but no listeners and parents. |
| Method Detail |
|---|
void fireChanged(boolean propagate)
propagate - if set to true, change is also fired on parent and
registered listeners.void addListener(ChangeTrackingInterface listener)
listener - the element to be notified in case of changes (if propagate
is set).void fireChangeForSubTree()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||