com.objex.panywhere
Class IndividualDeleteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.objex.panywhere.IndividualDeleteEvent
All Implemented Interfaces:
java.io.Serializable

public class IndividualDeleteEvent
extends java.util.EventObject

An event which is generated every time an Individual is deleted from the pedigree. To rgeister for the individual delete event, use ProgenyAnywhere.addIndividualDeleteListener() method.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IndividualDeleteEvent(java.lang.Object source, Individual ind)
          Creates a new instance of IndividualDeleteEvent object
 
Method Summary
 Individual getDeletedIndividual()
          Returns the the Individual who was just deleted from the Pedigree and resulted in the generation of this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndividualDeleteEvent

public IndividualDeleteEvent(java.lang.Object source,
                             Individual ind)
Creates a new instance of IndividualDeleteEvent object

Parameters:
source - Family object is the source of all delete events
ind - The Individual whose object was deleted from the pedigree
Method Detail

getDeletedIndividual

public Individual getDeletedIndividual()
Returns the the Individual who was just deleted from the Pedigree and resulted in the generation of this event.

Returns:
Value of property deletedIndividual.