com.objex.panywhere.events
Interface PedigreeListener

All Superinterfaces:
java.util.EventListener

public interface PedigreeListener
extends java.util.EventListener

Tracks changes in important pedigree attributes


Method Summary
 void onGlobalPropertyChanged(PedigreeGlobalPropertyChangeEvent event)
          Fired when changes to important pedigree global properties (PROGENY TAB e.g.showgrid, one click add) are changed.
 void onPropertyChanged(PedigreePropertyChangeEvent event)
          Fired when changes to important pedigree properties e.g.
 

Method Detail

onPropertyChanged

void onPropertyChanged(PedigreePropertyChangeEvent event)
Fired when changes to important pedigree properties e.g. header, footer, icon width, icon height, generation offset etc, occured. Only changes made via user actions in Progeny Anywhere are tracked.

Parameters:
event - The property change event encapsulating pedigree property that changed

onGlobalPropertyChanged

void onGlobalPropertyChanged(PedigreeGlobalPropertyChangeEvent event)
Fired when changes to important pedigree global properties (PROGENY TAB e.g.showgrid, one click add) are changed. Only changes made via user actions in Progeny Anywhere are tracked.

Parameters:
event - The property change event encapsulating pedigree global property that changed