com.objex.panywhere
Interface IndividualAddListener

All Superinterfaces:
java.util.EventListener

public interface IndividualAddListener
extends java.util.EventListener

Objects interested in receieving events generated when a person has been added to the pedigree must implement this listener interface and add it to the control.


Method Summary
 void individualAdded(IndividualAddEvent addEvent)
          Invoked when a new person has been added to the pedigree.
 

Method Detail

individualAdded

void individualAdded(IndividualAddEvent addEvent)
Invoked when a new person has been added to the pedigree.

Parameters:
addEvent - The event to listen for.