com.objex.panywhere.events
Interface RelationshipListener

All Superinterfaces:
java.util.EventListener

public interface RelationshipListener
extends java.util.EventListener

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

onConnected

void onConnected(RelationshipConnectionEvent event)
Fired when two individuals have been connected to each other through user actions in Progeny Anywhere

Parameters:
event - The event encapsulating the two individuals being connected and the relationship type

onDisconnected

void onDisconnected(RelationshipDeleteEvent event)
Fired when a relationship between two individuals has been deleted through user actions in Progeny Anywhere

Parameters:
event - The event encapsulating the two individuals being disconnected from each other and the relationship type