com.objex.panywhere.events
Class IndividualsDropEvent

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

public class IndividualsDropEvent
extends java.util.EventObject

Event generated when persons are dropped after a drag event inside the pedigree

See Also:
Serialized Form

Field Summary
 Individual[] dropped
          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
IndividualsDropEvent(java.lang.Object src, Individual[] a_dropped)
           
 
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

dropped

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

Constructor Detail

IndividualsDropEvent

public IndividualsDropEvent(java.lang.Object src,
                            Individual[] a_dropped)
Parameters:
src - The event source. In this case it will be the pedigree object
a_dropped - The array containing individuals that were copy-pasted onto the pedigree as a part of this event