|
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.impl.osdependent.jdic.StatusSubMenu
public class StatusSubMenu
The StatusSubMenu provides a menu which allow to select the status for each of the protocol providers registered when the menu appears
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.event.ProviderPresenceStatusListener |
|---|
STATUS_MESSAGE |
| Constructor Summary | |
|---|---|
StatusSubMenu(SystrayServiceJdicImpl tray,
boolean swing)
Creates an instance of StatusSubMenu. |
|
| Method Summary | |
|---|---|
(package private) static void |
addMenuItem(Object menu,
Object menuItem)
|
Object |
getMenu()
|
void |
providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
Fired when an account has changed its status. |
void |
providerStatusMessageChanged(PropertyChangeEvent evt)
The method is called by a ProtocolProvider implementation whenever a change in the status message of the corresponding provider has occurred and has been confirmed by the server. |
void |
registrationStateChanged(RegistrationStateChangeEvent evt)
The method is called by a ProtocolProviderService
implementation whenever a change in the registration state of the
corresponding provider had occurred. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatusSubMenu(SystrayServiceJdicImpl tray,
boolean swing)
tray - a reference of the parent Systrayswing - true to represent this instance with a Swing
JMenu; false to use an AWT
Menu| Method Detail |
|---|
public Object getMenu()
static void addMenuItem(Object menu,
Object menuItem)
public void providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
providerStatusChanged in interface ProviderPresenceStatusListenerevt - public void providerStatusMessageChanged(PropertyChangeEvent evt)
ProviderPresenceStatusListener
providerStatusMessageChanged in interface ProviderPresenceStatusListenerevt - a PropertyChangeEvent with a STATUS_MESSAGE property name,
containing the old and new status messages.public void registrationStateChanged(RegistrationStateChangeEvent evt)
RegistrationStateChangeListenerProtocolProviderService
implementation whenever a change in the registration state of the
corresponding provider had occurred.
registrationStateChanged in interface RegistrationStateChangeListenerevt - the event describing the status change.
|
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 | |||||||||