|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SystrayPopupMessageListener | |
|---|---|
| net.java.sip.communicator.impl.osdependent.jdic | |
| net.java.sip.communicator.service.systray | |
| Uses of SystrayPopupMessageListener in net.java.sip.communicator.impl.osdependent.jdic |
|---|
| Methods in net.java.sip.communicator.impl.osdependent.jdic with parameters of type SystrayPopupMessageListener | |
|---|---|
void |
SystrayServiceJdicImpl.addPopupMessageListener(SystrayPopupMessageListener listener)
Implements the SystrayService.addPopupMessageListener method. |
void |
SystrayServiceJdicImpl.removePopupMessageListener(SystrayPopupMessageListener listener)
Implements the SystrayService.removePopupMessageListener method. |
| Uses of SystrayPopupMessageListener in net.java.sip.communicator.service.systray |
|---|
| Methods in net.java.sip.communicator.service.systray with parameters of type SystrayPopupMessageListener | |
|---|---|
void |
SystrayService.addPopupMessageListener(SystrayPopupMessageListener listener)
Adds a listener for SystrayPopupMessageEvents posted when user clicks on the system tray popup message. |
void |
PopupMessageHandler.addPopupMessageListener(SystrayPopupMessageListener listener)
Registers a listener to be informed of systray popup events. |
void |
AbstractPopupMessageHandler.addPopupMessageListener(SystrayPopupMessageListener listener)
Adds a SystrayPopupMessageListener to this instance so that it receives SystrayPopupMessageEvents. |
void |
SystrayService.removePopupMessageListener(SystrayPopupMessageListener listener)
Removes a listener previously added with addPopupMessageListener. |
void |
PopupMessageHandler.removePopupMessageListener(SystrayPopupMessageListener listener)
Removes a listener previously added with addPopupMessageListener. |
void |
AbstractPopupMessageHandler.removePopupMessageListener(SystrayPopupMessageListener listener)
Removes a SystrayPopupMessageListener from this instance so that it no longer receives SystrayPopupMessageEvents. |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||