com.objex.panywhere.events
Class IndividualsDeleteEvent

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

public class IndividualsDeleteEvent
extends java.util.EventObject

Event generated when persons are deleted from the pedigree

See Also:
Serialized Form

Field Summary
 Individual[] deleted
          The array containing individuals that were copy-pasted onto the pedigree as a part of this event
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IndividualsDeleteEvent(java.lang.Object src, Individual[] a_deleted)
           
 
Method Summary
 
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
 

Field Detail

deleted

public final Individual[] deleted
The array containing individuals that were copy-pasted onto the pedigree as a part of this event

Constructor Detail

IndividualsDeleteEvent

public IndividualsDeleteEvent(java.lang.Object src,
                              Individual[] a_deleted)
Parameters:
src - The event source. In this case it will be the pedigree object
a_deleted - The array containing individuals that were deleted from the pedigree