|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoleListener
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.Role to
receive notification when properties changed, added or removed.
| Method Summary | |
|---|---|
void |
subRoleOfAdded(Role source,
Role newValue)
Called when a value of subRoleOf has been added |
void |
subRoleOfRemoved(Role source,
Role oldValue)
Called when a value of subRoleOf has been removed |
| Method Detail |
|---|
void subRoleOfAdded(Role source,
Role newValue)
source - the affected instance of org.openanzo.common.ontology.RolenewValue - the object representing the new value
void subRoleOfRemoved(Role source,
Role oldValue)
source - the affected instance of org.openanzo.common.ontology.RoleoldValue - the object representing the removed value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||