| Java Doc By Examples | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface PopupMenuListenerextends EventListenerMethod Summary | |
void |
|
void |
|
void |
|
public void popupMenuCanceled(PopupMenuEvent e)
This method is called when the popup menu is canceled
public void popupMenuWillBecomeInvisible(PopupMenuEvent e)
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time
public void popupMenuWillBecomeVisible(PopupMenuEvent e)
This method is called before the popup menu becomes visible