Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.main.UINotification

Packages that use UINotification
net.java.sip.communicator.impl.gui.main   
net.java.sip.communicator.impl.gui.main.call   
 

Uses of UINotification in net.java.sip.communicator.impl.gui.main
 

Methods in net.java.sip.communicator.impl.gui.main that return types with arguments of type UINotification
 Iterator<UINotification> UINotificationGroup.getUnreadNotifications()
          Returns a list of all unread notifications.
static Iterator<UINotification> UINotificationManager.getUnreadNotifications(UINotificationGroup group)
          Returns a list of all unread notifications.
 

Methods in net.java.sip.communicator.impl.gui.main with parameters of type UINotification
static void UINotificationManager.addNotification(UINotification notification)
          Adds the given notification to the list of unread notifications and notifies interested listeners.
 void UINotificationGroup.addNotification(UINotification notification)
          Adds the given notification to the list of unread notifications and notifies interested listeners.
 void UINotificationListener.notificationReceived(UINotification notification)
          Indicates that a new notification is received.
 

Uses of UINotification in net.java.sip.communicator.impl.gui.main.call
 

Methods in net.java.sip.communicator.impl.gui.main.call with parameters of type UINotification
 void CallHistoryButton.notificationReceived(UINotification notification)
          Indicates that a new notification is received.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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