-
- All Known Subinterfaces:
AutoScrollerAndClickKeyHandler.ProgramAutoScrollListener
,ProgramMouseAndContextMenuListener
- All Known Implementing Classes:
ProgramList
,ReminderListPanel
public interface ProgramContextMenuListener
An interface that is used to track popup menu mouse events. Use this forProgramMouseEventHandler
if you want to be informed about a popup menu event.- Since:
- 3.3.1
- Author:
- René Mach
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showContextMenu(java.awt.event.MouseEvent e)
Show a context menu on the triggered event.
-