|
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 | |||||||||
public interface ProviderPresenceStatusListener
An event listener that should be implemented by parties interested in changes that occur in the state of a ProtocolProvider (e.g. PresenceStatusChanges)
| Field Summary | |
|---|---|
static String |
STATUS_MESSAGE
The property name of PropertyChangeEvents announcing changes in our status message. |
| Method Summary | |
|---|---|
void |
providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
The method is called by a ProtocolProvider implementation whenever a change in the presence status of the corresponding provider had occurred. |
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. |
| Field Detail |
|---|
static final String STATUS_MESSAGE
| Method Detail |
|---|
void providerStatusChanged(ProviderPresenceStatusChangeEvent evt)
evt - ProviderStatusChangeEvent the event describing the status
change.void providerStatusMessageChanged(PropertyChangeEvent evt)
evt - a PropertyChangeEvent with a STATUS_MESSAGE property name,
containing the old and new status messages.
|
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 | |||||||||