|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for listeners of aspect model events.
| Method Summary | |
void |
aspectRelationAdded(java.lang.Object source,
AspectModel parent,
java.lang.Object child)
Called after a relation between a parent aspect model and a child client model is created, such as when a child is added to a parent. |
void |
aspectRelationRemoved(java.lang.Object source,
AspectModel parent,
java.lang.Object child)
Called after a relation between a parent aspect model and a child client model is destroyed, such as when a child is removed from a parent. |
| Method Detail |
public void aspectRelationAdded(java.lang.Object source,
AspectModel parent,
java.lang.Object child)
source - The source object sending the event. Never null.parent - The parent aspect model of the relation. Never null.child - The client ID of the child client model of the relation.
Never null.
public void aspectRelationRemoved(java.lang.Object source,
AspectModel parent,
java.lang.Object child)
source - The source object sending the event. Never null.parent - The parent aspect model of the relation. Never null.child - The client ID of the child client model of the relation.
Never null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||