Package adams.gui.event
Interface PopupMenuListener
-
public interface PopupMenuListener
For listeners that can display a popup menu.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showPopupMenu(MouseEvent e)
The popup menu is shown.
-
-
-
Method Detail
-
showPopupMenu
void showPopupMenu(MouseEvent e)
The popup menu is shown.- Parameters:
e
- the mouse event that triggered the display of popup menu
-
-