com.maxistech.desktopex
Class SystemTrayAdapter

java.lang.Object
  |
  +--com.maxistech.desktopex.SystemTrayAdapter
All Implemented Interfaces:
SystemTrayListener
Direct Known Subclasses:
SystemTrayTargetAdapter

public abstract class SystemTrayAdapter
extends Object
implements SystemTrayListener

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

SystemTrayAdapter

public SystemTrayAdapter()
Method Detail

mousePressed

public void mousePressed(SystemTrayEvent e)
Description copied from interface: SystemTrayListener
Invoked when a mouse button has been pressed on a system tray.

Specified by:
mousePressed in interface SystemTrayListener

mouseReleased

public void mouseReleased(SystemTrayEvent e)
Description copied from interface: SystemTrayListener
Invoked when a mouse button has been released on a system tray.

Specified by:
mouseReleased in interface SystemTrayListener

mouseDblClicked

public void mouseDblClicked(SystemTrayEvent e)
Description copied from interface: SystemTrayListener
Invoked when a mouse button has been double-clicked on a system tray.

Specified by:
mouseDblClicked in interface SystemTrayListener

mouseMoved

public void mouseMoved(SystemTrayEvent e)
Description copied from interface: SystemTrayListener
Invoked when a mouse cursor has been moved on a system tray (with no buttons down).

Specified by:
mouseMoved in interface SystemTrayListener


Copyright (c) 2001-2002 mAxis Technology Company. All Rights Reserved.