com.objex.panywhere
Interface AddListener

All Superinterfaces:
java.util.EventListener

public interface AddListener
extends java.util.EventListener

Classes that need to register for and listen for AddIndividual events must implement this Interface. Addevents are generated each time an Individual is added to the Pedigree.


Method Summary
 void individualAdded(AddEvent addEvent)
          Invoked when an Individual has been added to the Pedigree.
 

Method Detail

individualAdded

void individualAdded(AddEvent addEvent)
Invoked when an Individual has been added to the Pedigree.

Parameters:
addEvent - The event to listen for.