net.java.sip.communicator.service.systray.event
Class SystrayPopupMessageEvent
java.lang.Object
java.util.EventObject
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
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 eventtag - additional info for listeners
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.
Distributable under LGPL license.