|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndividualListener
The listener interface to that must be added by objects that need notification important events that occur to Individual properties
| Method Summary | |
|---|---|
void |
onDragged(DragEvent event)
Fired when individuals on a pedigree are dragged using the mouse |
void |
onGenderChanged(GenderChangeEvent event)
Fired when the gender of an individual has been changed due to user actions in Progeny Anywhere |
void |
onIndividualsDeleted(IndividualsDeleteEvent event)
|
void |
onPropertyChanged(IndividualPropertyChangeEvent event)
Tracks changes to individual properties e.g. |
| Method Detail |
|---|
void onDragged(DragEvent event)
event - The individuals drag eventvoid onGenderChanged(GenderChangeEvent event)
event - The event encapsulating the changes and the individual involvedvoid onPropertyChanged(IndividualPropertyChangeEvent event)
event - The property change event encapsulating property that changed and the individual involvedvoid onIndividualsDeleted(IndividualsDeleteEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||