|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.objex.panywhere.AddEvent
public class AddEvent
An event which is generated every time an Individual is added to the Pedigree using any one of the methods available. An AddEvent is passed to all AddListeners. Interested classes must register for receieving these events using the Family Model's addAddListener() method.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AddEvent(java.lang.Object source,
Individual ind)
Creates a new instance of AddEvent. |
|
| Method Summary | |
|---|---|
Individual |
getAddedIndividual()
Getter for property addedIndividual. |
| 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 AddEvent(java.lang.Object source,
Individual ind)
source - Pedigree Family Model onto which the Individual has been addedind - The Individual just added| Method Detail |
|---|
public Individual getAddedIndividual()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||