|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.objex.panywhere.DeleteEvent
public class DeleteEvent
An event which is generated every time an Individual is deleted or removed from the Pedigree. An DeleteEvent is passed to all DeleteListerners that would have registered an interest in receiving these events using the Family Model's addDeleteListener() method.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DeleteEvent(java.lang.Object source,
Individual ind)
Creates a new instance of DeleteEvent 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 DeleteEvent(java.lang.Object source,
Individual ind)
source - Family object is the source of all DeleteEventsind - 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 | |||||||