|
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.UINotification
public class UINotification
The UINotification class represents a notification received in the user interface. This could be a missed call, voicemail, email notification or any other notification.
| Constructor Summary | |
|---|---|
UINotification(String displayName,
Date time,
UINotificationGroup parentGroup)
Creates an instance of UINotification by specifying the notification name and time. |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Returns the name associated with this notification. |
UINotificationGroup |
getGroup()
Returns the parent notification group. |
Date |
getTime()
Returns the time the notification was received. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UINotification(String displayName,
Date time,
UINotificationGroup parentGroup)
displayName - the name associated to this notificationtime - the time when the notification was receivedparentGroup - the group of notifications, to which this notification
belongs| Method Detail |
|---|
public String getDisplayName()
public Date getTime()
public UINotificationGroup getGroup()
|
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 | |||||||||