|
SysTray for Java v2.4.1   |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsnoozesoft.systray4j.SysTrayMenuAdapter
An abstract adapter class for receiving systray menu events. The methods in this class are empty. This class exists as convenience for creating listener objects.
Constructor Summary | |
SysTrayMenuAdapter()
|
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SysTrayMenuAdapter()
Method Detail |
public void iconLeftClicked(SysTrayMenuEvent e)
iconLeftClicked
in interface SysTrayMenuListener
e
- The context of this event.public void iconLeftDoubleClicked(SysTrayMenuEvent e)
iconLeftDoubleClicked
in interface SysTrayMenuListener
e
- The context of this event.public void menuItemSelected(SysTrayMenuEvent e)
menuItemSelected
in interface SysTrayMenuListener
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 |