ti.chimera
Interface PopupTrigger.PopupListener

Enclosing interface:
PopupTrigger

public static interface PopupTrigger.PopupListener

This interface should be implemented by the user of this utility mouse listener.


Method Summary
 void showPopup(java.awt.event.MouseEvent evt)
          This method is called when it is determined that a popup menu should be displayed.
 

Method Detail

showPopup

public void showPopup(java.awt.event.MouseEvent evt)
This method is called when it is determined that a popup menu should be displayed. It is called with the MouseEvent that triggers the popup to be shown, and it's x and y coordinates can be used as the position to display the popup.

Parameters:
evt - the event triggering the popup