|
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.systray.AbstractPopupMessageHandler
net.java.sip.communicator.impl.growlnotification.GrowlNotificationServiceImpl
public class GrowlNotificationServiceImpl
The Growl Notification Service displays on-screen information such as messages or call received, etc.
| Constructor Summary | |
|---|---|
GrowlNotificationServiceImpl()
|
|
| Method Summary | |
|---|---|
int |
getPreferenceIndex()
Implements getPreferenceIndex from PopupMessageHandler. |
void |
growlNotificationTimedOut(Object context)
This method is called by Growl when the Growl notification is not clicked |
void |
growlNotificationWasClicked(Object context)
This method is called by Growl when the Growl notification is clicked |
boolean |
isGrowlInstalled()
Checks if Growl is present on the system |
boolean |
isGrowlRunning()
Checks if Growl is running |
void |
showPopupMessage(PopupMessage popupMessage)
Implements PopupMessageHandler#showPopupMessage() |
void |
start(org.osgi.framework.BundleContext bc)
Starts the service. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops the service. |
String |
toString()
Implements toString from 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 GrowlNotificationServiceImpl()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
bc - a currently valid bundle contextpublic void stop(org.osgi.framework.BundleContext bc)
bc - BundleContextpublic boolean isGrowlInstalled()
public boolean isGrowlRunning()
public void showPopupMessage(PopupMessage popupMessage)
showPopupMessage in interface PopupMessageHandlerpopupMessage - the message we will showpublic void growlNotificationTimedOut(Object context)
growlNotificationTimedOut in interface org.growl4j.GrowlCallbacksListenercontext - is an object that is used to identify sent notificationpublic void growlNotificationWasClicked(Object context)
growlNotificationWasClicked in interface org.growl4j.GrowlCallbacksListenercontext - is an object that is used to identify sent notificationpublic String toString()
toString in interface PopupMessageHandlertoString in class Objectpublic int getPreferenceIndex()
getPreferenceIndex in interface PopupMessageHandler
|
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 | |||||||||