|
SIP Communicator: 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.systray.AbstractPopupMessageHandler
net.java.sip.communicator.impl.galagonotification.GalagoPopupMessageHandler
public class GalagoPopupMessageHandler
Implements PopupMessageHandler according to the freedesktop.org Desktop Notifications spec.
| Constructor Summary | |
|---|---|
GalagoPopupMessageHandler(boolean iconStaticIsImplemented)
Initializes a new GalagoPopupMessageHandler instance with an indicator which determines whether the freedesktop.org Desktop Notifications server has reported that it implements the "icon-static" hint and the new instance has to send it the icons of the PopupMessages for display. |
|
| Method Summary | |
|---|---|
int |
getPreferenceIndex()
Returns the preference index of this PopupMessageHandler which indicates how many features it supports. |
void |
showPopupMessage(PopupMessage popupMessage)
Shows the title and the message of the specified PopupMessage. |
String |
toString()
Gets the human-readable localized description of this PopupMessageHandler. |
| Methods inherited from class net.java.sip.communicator.service.systray.AbstractPopupMessageHandler |
|---|
addPopupMessageListener, firePopupMessageClicked, removePopupMessageListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GalagoPopupMessageHandler(boolean iconStaticIsImplemented)
iconStaticIsImplemented - true if the freedesktop.org
Desktop Notifications server has reported that it implements the
"icon-static" hint and the new instance has to send it the icons of the
PopupMessages for display; otherwise, false and the
new instance will not send the icons of the PopupMessages for
display| Method Detail |
|---|
public int getPreferenceIndex()
PopupMessageHandler.getPreferenceIndex()public void showPopupMessage(PopupMessage popupMessage)
popupMessage - the PopupMessage specifying the title and
the message to be shownPopupMessageHandler.showPopupMessage(PopupMessage)public String toString()
toString in interface PopupMessageHandlertoString in class ObjectPopupMessageHandler.toString()
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||