|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.contactlist.notifsource.NotificationContactSource
public class NotificationContactSource
The NotificationContactSource represents a contact source that would listen for message waiting notifications and would display them in the history view of the contact list.
| Constructor Summary | |
|---|---|
NotificationContactSource()
|
|
| Method Summary | |
|---|---|
Iterator<? extends UIGroup> |
getNotificationGroups()
Returns an Iterator over a list of all notification groups contained in this source. |
Iterator<? extends UIContact> |
getNotifications(UIGroup group)
Returns an Iterator over a list of all notification contacts contained in the given group. |
void |
messageWaitingNotify(MessageWaitingEvent evt)
Adds the received waiting message to the corresponding group and contact. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationContactSource()
| Method Detail |
|---|
public void messageWaitingNotify(MessageWaitingEvent evt)
messageWaitingNotify in interface MessageWaitingListenerevt - the notification event.public Iterator<? extends UIGroup> getNotificationGroups()
public Iterator<? extends UIContact> getNotifications(UIGroup group)
group - the group, which notification contacts we're looking for
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||