com.objex.panywhere
Interface LineClickListener

All Superinterfaces:
java.util.EventListener

public interface LineClickListener
extends java.util.EventListener

Classes that need to register for and listen for LineClick events must implement this Interface. LineClick events are generated each time a relationship line that connects two Individuals within a Pedigree is clicked and highlighted


Method Summary
 void lineClicked(LineClickEvent lineClickEvent)
          Invoked when a relationship Line is clicked and highlighted within the Pedigree
 

Method Detail

lineClicked

void lineClicked(LineClickEvent lineClickEvent)
Invoked when a relationship Line is clicked and highlighted within the Pedigree