|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.objex.panywhere.IndividualDeleteEvent
public class IndividualDeleteEvent
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.
| 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 |
|---|
public IndividualDeleteEvent(java.lang.Object source,
Individual ind)
source - Family object is the source of all delete eventsind - The Individual whose object was deleted from the pedigree| Method Detail |
|---|
public Individual getDeletedIndividual()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||