org.knopflerfish.service.trayicon
Class TrayEvent
java.lang.Object
org.knopflerfish.service.trayicon.TrayEvent
public class TrayEvent
- extends java.lang.Object
Event class for tray icon event not covered by MouseListener,
ActionListener.
Field Summary |
static int |
CLOSED
The TrayIcon service has been released and closed by the manager. |
static int |
OPENED
The TrayIcon service has been picked up and displayed by the
manager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OPENED
public static final int OPENED
- The TrayIcon service has been picked up and displayed by the
manager.
Value is 0x0001;
- See Also:
- Constant Field Values
CLOSED
public static final int CLOSED
- The TrayIcon service has been released and closed by the manager.
Value is 0x0002;
- See Also:
- Constant Field Values
TrayEvent
public TrayEvent(int type)
getType
public int getType()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object