-
- All Superinterfaces:
ProgramContextMenuListener
,ProgramMouseActionListener
- All Known Subinterfaces:
AutoScrollerAndClickKeyHandler.ProgramAutoScrollListener
- All Known Implementing Classes:
ProgramList
,ReminderListPanel
public interface ProgramMouseAndContextMenuListener extends ProgramMouseActionListener, ProgramContextMenuListener
An interface that is used to track mouse click and popup events. Use this forProgramMouseEventHandler
if you want to your Plugin to react to mouse events like the program table does.- Since:
- 3.3.1
- Author:
- René Mach
-
-
Method Summary
-
Methods inherited from interface util.programmouseevent.ProgramContextMenuListener
showContextMenu
-
Methods inherited from interface util.programmouseevent.ProgramMouseActionListener
getProgramForMouseEvent, mouseEventActionFinished
-
-