|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgramMouseActionListener
An interface that is used to track mouse click events.
Use this for ProgramMouseEventHandler
if you want to your Plugin to react to mouse
click events like the program table does.
Method Summary | |
---|---|
Program |
getProgramForMouseEvent(java.awt.event.MouseEvent e)
Gets the program to use for a mouse action. |
void |
mouseEventActionFinished()
Called when MouseEventAction was finished. |
Method Detail |
---|
Program getProgramForMouseEvent(java.awt.event.MouseEvent e)
e
- The mouse event that was triggered for a user mouse interaction.
null
if no program was affected.void mouseEventActionFinished()
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |