|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.maxistech.desktopex.SystemTrayAdapter
An abstract adapter class for receiving system tray notification events. The methods in this class are empty. This class exists as convenience for creating listener objects.
| Constructor Summary | |
SystemTrayAdapter()
|
|
| Method Summary | |
void |
mouseDblClicked(SystemTrayEvent e)
Invoked when a mouse button has been double-clicked on a system tray. |
void |
mouseMoved(SystemTrayEvent e)
Invoked when a mouse cursor has been moved on a system tray (with no buttons down). |
void |
mousePressed(SystemTrayEvent e)
Invoked when a mouse button has been pressed on a system tray. |
void |
mouseReleased(SystemTrayEvent e)
Invoked when a mouse button has been released on a system tray. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemTrayAdapter()
| Method Detail |
public void mousePressed(SystemTrayEvent e)
SystemTrayListener
mousePressed in interface SystemTrayListenerpublic void mouseReleased(SystemTrayEvent e)
SystemTrayListener
mouseReleased in interface SystemTrayListenerpublic void mouseDblClicked(SystemTrayEvent e)
SystemTrayListener
mouseDblClicked in interface SystemTrayListenerpublic void mouseMoved(SystemTrayEvent e)
SystemTrayListener
mouseMoved in interface SystemTrayListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||