|
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.service.notification.NotificationData
public class NotificationData
Object to cache fired notifications before all handler implementations are ready registered.
| Constructor Summary | |
|---|---|
NotificationData(String eventType,
String title,
String message,
Map<String,String> extra,
byte[] icon,
Object tag)
Creates a new instance of this class. |
|
| Method Summary | |
|---|---|
String |
getEventType()
Gets the type of the event that we'd like to fire a notification for |
Map<String,String> |
getExtra()
Gets additional data (such as caller information). |
(package private) byte[] |
getIcon()
Gets the icon to show in the notification if and where appropriate. |
(package private) String |
getMessage()
Gets the message to use if and where appropriate (e.g. |
(package private) Object |
getTag()
Gets additional info to be used by the notification handler. |
(package private) String |
getTitle()
Gets the title of the given message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
NotificationData(String eventType,
String title,
String message,
Map<String,String> extra,
byte[] icon,
Object tag)
eventType - the type of the event that we'd like to fire a
notification for.title - the title of the given messagemessage - the message to use if and where appropriate (e.g. with
systray or log notification.)extra - additional data (such as caller information)icon - the icon to show in the notification if and where appropriatetag - additional info to be used by the notification handler| Method Detail |
|---|
public String getEventType()
String getTitle()
String getMessage()
public Map<String,String> getExtra()
byte[] getIcon()
Object getTag()
|
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 | |||||||||