Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.systray.event
Class SystrayPopupMessageEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.java.sip.communicator.service.systray.event.SystrayPopupMessageEvent
All Implemented Interfaces:
Serializable

public class SystrayPopupMessageEvent
extends EventObject

The SystrayPopupMessageEvents are posted when user clicks on the system tray popup message.

Author:
Yana Stamcheva
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SystrayPopupMessageEvent(Object source)
          Constructs a new SystrayPopupMessageEvent object.
SystrayPopupMessageEvent(Object source, Object tag)
          Creates a new SystrayPopupMessageEvent with the source of the event and additional info provided by the popup handler.
 
Method Summary
 Object getTag()
           
 void setTag(Object tag)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystrayPopupMessageEvent

public SystrayPopupMessageEvent(Object source)
Constructs a new SystrayPopupMessageEvent object.

Parameters:
source - object on which the Event initially occurred

SystrayPopupMessageEvent

public SystrayPopupMessageEvent(Object source,
                                Object tag)
Creates a new SystrayPopupMessageEvent with the source of the event and additional info provided by the popup handler.

Parameters:
source - the source of the event
tag - additional info for listeners
Method Detail

getTag

public Object getTag()
Returns:
the tag

setTag

public void setTag(Object tag)
Parameters:
tag - the tag to set

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.