|
SysTray for Java v2.4.1   |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
The interface that systray menu listeners must implement in order to receive systray menu events from systray icons or menu items.
| Method Summary | |
void |
iconLeftClicked(SysTrayMenuEvent e)
Called when the systray icon was left-clicked. |
void |
iconLeftDoubleClicked(SysTrayMenuEvent e)
Called when the systray icon was left-double-clicked. |
void |
menuItemSelected(SysTrayMenuEvent e)
Called when a menu item was selected. |
| Method Detail |
public void iconLeftClicked(SysTrayMenuEvent e)
e - The context of this event.public void iconLeftDoubleClicked(SysTrayMenuEvent e)
e - The context of this event.public void menuItemSelected(SysTrayMenuEvent e)
e - The context of this event.
|
SysTray for Java v2.4.1   |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||