net.java.sip.communicator.impl.gui.main
Interface UINotificationListener
- All Known Implementing Classes:
- CallHistoryButton
public interface UINotificationListener
The UINotificationListener listens for new notifications received
in the user interface. Notifications could be for example missed calls,
voicemails or email messages.
- Author:
- Yana Stamcheva
notificationReceived
void notificationReceived(UINotification notification)
- Indicates that a new notification is received.
- Parameters:
notification - the notification that was received
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.