Knopflerfish OSGi 2.4.0

org.knopflerfish.service.trayicon
Class TrayEvent

java.lang.Object
  extended by 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.
 
Constructor Summary
TrayEvent(int type)
           
 
Method Summary
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

TrayEvent

public TrayEvent(int type)
Method Detail

getType

public int getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Knopflerfish OSGi 2.4.0