Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.systray.event
Interface SystrayPopupMessageListener

All Superinterfaces:
EventListener

public interface SystrayPopupMessageListener
extends EventListener

Listens for SystrayPopupMessageEvents posted when user clicks on the system tray popup message.

Author:
Yana Stamcheva

Method Summary
 void popupMessageClicked(SystrayPopupMessageEvent evt)
          Indicates that user has clicked on the systray popup message.
 

Method Detail

popupMessageClicked

void popupMessageClicked(SystrayPopupMessageEvent evt)
Indicates that user has clicked on the systray popup message.

Parameters:
evt - the event triggered when user clicks on the systray popup message

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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