|
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.ServerStoredGroupEvent
public class ServerStoredGroupEvent
Events of this class indicate a change in one of the properties of a ServerStoredGroup.
| Field Summary | |
|---|---|
static int |
GROUP_CREATED_EVENT
Indicates that a contact group has been successfully created. |
static int |
GROUP_CREATION_FAILED_EVENT
Indicates that we have failed to create a group. |
static int |
GROUP_REMOVED_EVENT
Indicates that a contact group has been successfully deleted. |
static int |
GROUP_RENAMED_EVENT
Indicates that a group has been successfully renamed. |
static int |
GROUP_RESOLVED_EVENT
Indicates that a group has just been resolved against the server. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ServerStoredGroupEvent(ContactGroup sourceGroup,
int eventID,
ContactGroup parentGroup,
ProtocolProviderService sourceProvider,
OperationSetPersistentPresence opSet)
Creates a ServerStoredGroupChangeEvent instance. |
|
| Method Summary | |
|---|---|
int |
getEventID()
Returns an int describing the cause of this event. |
ContactGroup |
getParentGroup()
Returns the group containing the event source group |
ContactGroup |
getSourceGroup()
Returns a reference to the ContactGroup that this event is pertaining to. |
OperationSetPersistentPresence |
getSourceOperationSet()
Returns a reference to the operation set that generated the event |
ProtocolProviderService |
getSourceProvider()
Returns a reference to the provider under which the event is being generated |
String |
toString()
Returns a String representation of this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int GROUP_CREATED_EVENT
public static final int GROUP_REMOVED_EVENT
public static final int GROUP_RENAMED_EVENT
public static final int GROUP_RESOLVED_EVENT
public static final int GROUP_CREATION_FAILED_EVENT
| Constructor Detail |
|---|
public ServerStoredGroupEvent(ContactGroup sourceGroup,
int eventID,
ContactGroup parentGroup,
ProtocolProviderService sourceProvider,
OperationSetPersistentPresence opSet)
sourceGroup - the group that this event is pertaining to.eventID - an int describing the cause of the eventparentGroup - the group that the source group is a child of.sourceProvider - a reference to the protocol provider where this is
happeningopSet - a reference to the operation set responsible for the event| Method Detail |
|---|
public ContactGroup getSourceGroup()
public int getEventID()
public ProtocolProviderService getSourceProvider()
public OperationSetPersistentPresence getSourceOperationSet()
public ContactGroup getParentGroup()
public String toString()
toString in class EventObject
|
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 | |||||||||