|
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.Objectjava.util.EventObject
net.java.sip.communicator.service.protocol.event.ServerStoredDetailsChangeEvent
public class ServerStoredDetailsChangeEvent
Instances of this class represent a change in the server stored details change that triggered them.
| Field Summary | |
|---|---|
static int |
DETAIL_ADDED
Indicates that the ServerStoredDetailsChangeEvent instance was triggered by adding a new detail. |
static int |
DETAIL_REMOVED
Indicates that the ServerStoredDetailsChangeEvent instance was triggered by the removal of an existing detail. |
static int |
DETAIL_REPLACED
Indicates that the ServerStoredDetailsChangeEvent instance was triggered by the fact a detail was replaced with new value. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ServerStoredDetailsChangeEvent(ProtocolProviderService source,
int eventID,
Object oldValue,
Object newValue)
Constructs a ServerStoredDetailsChangeEvent. |
|
| Method Summary | |
|---|---|
int |
getEventID()
Returns the event type id. |
Object |
getNewValue()
Gets the new value for the event, expressed as an Object. |
Object |
getOldValue()
Gets the old value for the event, expressed as an Object. |
ProtocolProviderService |
getProvider()
Returns the provider that has generated this event |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DETAIL_ADDED
public static final int DETAIL_REMOVED
public static final int DETAIL_REPLACED
| Constructor Detail |
|---|
public ServerStoredDetailsChangeEvent(ProtocolProviderService source,
int eventID,
Object oldValue,
Object newValue)
source - The object on which the Event initially occurred.eventID - the event IDoldValue - old valuenewValue - new value
IllegalArgumentException - if source is null.| Method Detail |
|---|
public ProtocolProviderService getProvider()
public Object getNewValue()
public Object getOldValue()
public int getEventID()
|
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 | |||||||||