|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelationshipListener
The listener interface to that must be added by objects that need notification of relationship change events
| Method Summary | |
|---|---|
void |
onConnected(RelationshipConnectionEvent event)
Fired when two individuals have been connected to each other through user actions in Progeny Anywhere |
void |
onDisconnected(RelationshipDeleteEvent event)
Fired when a relationship between two individuals has been deleted through user actions in Progeny Anywhere |
| Method Detail |
|---|
void onConnected(RelationshipConnectionEvent event)
event - The event encapsulating the two individuals being connected and the relationship typevoid onDisconnected(RelationshipDeleteEvent event)
event - The event encapsulating the two individuals being disconnected from each other and the relationship type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||