|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.objex.panywhere.events.IndividualsDeleteEvent
public class IndividualsDeleteEvent
Event generated when persons are deleted from the pedigree
| 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 |
|---|
public final Individual[] deleted
| Constructor Detail |
|---|
public IndividualsDeleteEvent(java.lang.Object src,
Individual[] a_deleted)
src - The event source. In this case it will be the pedigree objecta_deleted - The array containing individuals that were deleted from the pedigree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||