com.objex.panywhere
Interface IconClickListener

All Superinterfaces:
java.util.EventListener

public interface IconClickListener
extends java.util.EventListener

Classes that need to register for and listen for IconClick events must implement this Interface. IconClick events are generated each time an Individual's Icon is clicked and highlighted


Method Summary
 void iconClicked(IconClickEvent iconClickEvent)
          Invoked when an Individual Icon has been clicked using the left mouse button.
 

Method Detail

iconClicked

void iconClicked(IconClickEvent iconClickEvent)
Invoked when an Individual Icon has been clicked using the left mouse button.