Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.systray.PopupMessageHandler

Packages that use PopupMessageHandler
net.java.sip.communicator.impl.galagonotification   
net.java.sip.communicator.impl.growlnotification   
net.java.sip.communicator.impl.osdependent   
net.java.sip.communicator.impl.osdependent.jdic   
net.java.sip.communicator.impl.swingnotification   
net.java.sip.communicator.service.systray   
 

Uses of PopupMessageHandler in net.java.sip.communicator.impl.galagonotification
 

Classes in net.java.sip.communicator.impl.galagonotification that implement PopupMessageHandler
 class GalagoPopupMessageHandler
          Implements PopupMessageHandler according to the freedesktop.org Desktop Notifications spec.
 

Uses of PopupMessageHandler in net.java.sip.communicator.impl.growlnotification
 

Classes in net.java.sip.communicator.impl.growlnotification that implement PopupMessageHandler
 class GrowlNotificationServiceImpl
          The Growl Notification Service displays on-screen information such as messages or call received, etc.
 

Uses of PopupMessageHandler in net.java.sip.communicator.impl.osdependent
 

Classes in net.java.sip.communicator.impl.osdependent that implement PopupMessageHandler
 class PopupMessageHandlerTrayIconImpl
          An implementation of the PopupMsystrayessageHandler using the tray icon.
 

Uses of PopupMessageHandler in net.java.sip.communicator.impl.osdependent.jdic
 

Methods in net.java.sip.communicator.impl.osdependent.jdic that return PopupMessageHandler
 PopupMessageHandler SystrayServiceJdicImpl.getActivePopupMessageHandler()
          Get the handler currently used by this implementation to popup message
 PopupMessageHandler SystrayServiceJdicImpl.setActivePopupMessageHandler(PopupMessageHandler newHandler)
          Set the handler which will be used for popup message
 

Methods in net.java.sip.communicator.impl.osdependent.jdic with parameters of type PopupMessageHandler
 PopupMessageHandler SystrayServiceJdicImpl.setActivePopupMessageHandler(PopupMessageHandler newHandler)
          Set the handler which will be used for popup message
 

Uses of PopupMessageHandler in net.java.sip.communicator.impl.swingnotification
 

Classes in net.java.sip.communicator.impl.swingnotification that implement PopupMessageHandler
 class PopupMessageHandlerSwingImpl
          Implements PopupMessageHandler using Swing.
 

Uses of PopupMessageHandler in net.java.sip.communicator.service.systray
 

Classes in net.java.sip.communicator.service.systray that implement PopupMessageHandler
 class AbstractPopupMessageHandler
          Abstract base implementation of PopupMessageHandler which facilitates the full implementation of the interface.
 

Methods in net.java.sip.communicator.service.systray that return PopupMessageHandler
 PopupMessageHandler SystrayService.getActivePopupMessageHandler()
          Get the handler currently used by the systray service for popup message
 PopupMessageHandler SystrayService.setActivePopupMessageHandler(PopupMessageHandler popupHandler)
          Set the handler which will be used for popup message
 

Methods in net.java.sip.communicator.service.systray with parameters of type PopupMessageHandler
 PopupMessageHandler SystrayService.setActivePopupMessageHandler(PopupMessageHandler popupHandler)
          Set the handler which will be used for popup message
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.