|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface XConversationModule.Client
Client interface for the Conversation Module API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface |
|---|
XAPIInterface.Client, XAPIInterface.Server |
| Method Summary | |
|---|---|
void |
conversationAccessible(XConversationInfo conversationInfo, XConversationRole conversationRole)Notification sent that a Conversation is now accessible to you. |
void |
conversationActiveConferencesChanged(XConversationInfo conversationInfo, boolean voiceConferenceInProgress, boolean applicationConferenceInProgress)Notification sent that a Conversation's conference state has changed. |
void |
conversationCreated(XConversationInfo conversationInfo)Notification sent that a Conversation has been created. |
void |
conversationDiscoverableChanged(XConversationInfo conversationInfo)Notification sent that a Conversation's discoverable status has changed. |
void |
conversationEntered(XConversationInfo conversationInfo, XUserInfo userInfo)Notification sent that a Conversation you are in has been entered. |
void |
conversationExited(XConversationInfo conversationInfo, XUserInfo userInfo)Notification sent that a Conversation you are in has been exited. |
void |
conversationExternalIDsChanged(XConversationInfo conversationInfo, List<String> addedExternalIDs, List<String> removedExternalIDs)Notification sent that a Conversation's external IDs have changed. |
void |
conversationInaccessible(XConversationInfo conversationInfo)Notification sent that a Conversation is no longer accessible to you. |
void |
conversationMemberActiveChanged(XConversationInfo conversationInfo, XConversationMemberActiveInfo activityInfo)Notification sent that a Conversation Member has become active. |
void |
conversationMembersChanged(XConversationInfo conversationInfo, List<waggle.common.modules.object.infos.XObjectInfo> addedMemberInfos, List<waggle.common.modules.object.infos.XObjectInfo> removedMemberInfos)Notification sent that a Conversation's direct members has changed. |
void |
conversationMembershipAccepted(XConversationInfo conversationInfo, XConversationRequestInfo requestInfo)Notification sent that a Conversation membership request was accepted. |
void |
conversationMembershipChanged(XConversationInfo conversationInfo, List<XUserInfo> addedUserInfos, List<XUserInfo> removedUserInfos)Notification sent that a Conversation's exploded membership has changed. |
void |
conversationMembershipRejected(XConversationInfo conversationInfo, XConversationRequestInfo requestInfo)Notification sent that a Conversation membership request was rejected. |
void |
conversationMembershipRequested(XConversationInfo conversationInfo, XConversationRequestInfo requestInfo)Notification sent that Conversation membership was requested. |
void |
conversationMembershipWithdrawn(XConversationInfo conversationInfo, XConversationRequestInfo requestInfo)Notification sent that a Conversation membership request was withdrawn. |
void |
conversationMovedIn(XConversationInfo conversationInfo)Notification sent when a Conversation is moved in to a Track. |
void |
conversationMovedOut(XConversationInfo conversationInfo)Notification sent when a Conversation is moved out of a Track. |
void |
conversationNameChanged(XConversationInfo conversationInfo)Notification sent that a Conversation's name has changed. |
void |
conversationProfileChanged(XConversationInfo conversationInfo)Notification sent that a Conversation's profile has changed. |
void |
conversationStateChanged(XConversationInfo conversationInfo)Notification sent that a Conversation's state has changed. |
void |
conversationUpdated(XConversationInfo conversationInfo)Notification sent that a Conversation has been updated. |
void |
conversationWatcherAdded(XConversationInfo conversationInfo)Notification sent that you were added as a Conversation Watcher. |
void |
conversationWatcherRemoved(XConversationInfo conversationInfo)Notification sent that were removed as a Conversation Watcher. |
| Method Detail |
|---|
void conversationEntered(XConversationInfo conversationInfo,
XUserInfo userInfo)
conversationInfo - The Conversation info.userInfo - The User info.
void conversationExited(XConversationInfo conversationInfo,
XUserInfo userInfo)
conversationInfo - The Conversation info.userInfo - The User info.void conversationCreated(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.
void conversationAccessible(XConversationInfo conversationInfo,
XConversationRole conversationRole)
conversationInfo - The Conversation info.conversationRole - The User's role in the Conversation.void conversationInaccessible(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.void conversationUpdated(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.void conversationNameChanged(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.void conversationStateChanged(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.void conversationDiscoverableChanged(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.void conversationWatcherAdded(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.void conversationWatcherRemoved(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.
void conversationExternalIDsChanged(XConversationInfo conversationInfo,
List<String> addedExternalIDs,
List<String> removedExternalIDs)
conversationInfo - The Conversation info.addedExternalIDs - Added external IDs.removedExternalIDs - Removed external IDs.
void conversationMembersChanged(XConversationInfo conversationInfo,
List<waggle.common.modules.object.infos.XObjectInfo> addedMemberInfos,
List<waggle.common.modules.object.infos.XObjectInfo> removedMemberInfos)
conversationInfo - The Conversation info.addedMemberInfos - Added XObjectInfos.removedMemberInfos - Removed XObjectInfos.
void conversationMembershipChanged(XConversationInfo conversationInfo,
List<XUserInfo> addedUserInfos,
List<XUserInfo> removedUserInfos)
conversationInfo - The Conversation info.addedUserInfos - Added XUserInfos.removedUserInfos - Removed XUserInfos.
void conversationMembershipRequested(XConversationInfo conversationInfo,
XConversationRequestInfo requestInfo)
conversationInfo - The Conversation info.requestInfo - The Request info.
void conversationMembershipWithdrawn(XConversationInfo conversationInfo,
XConversationRequestInfo requestInfo)
conversationInfo - The Conversation info.requestInfo - The Request info.
void conversationMembershipAccepted(XConversationInfo conversationInfo,
XConversationRequestInfo requestInfo)
conversationInfo - The Conversation info.requestInfo - The Request info.
void conversationMembershipRejected(XConversationInfo conversationInfo,
XConversationRequestInfo requestInfo)
conversationInfo - The Conversation info.requestInfo - The Request info.
void conversationMemberActiveChanged(XConversationInfo conversationInfo,
XConversationMemberActiveInfo activityInfo)
conversationInfo - The Conversation info.activityInfo - The Member Activity info.void conversationMovedOut(XConversationInfo conversationInfo)
conversationInfo - The Conversation.void conversationMovedIn(XConversationInfo conversationInfo)
conversationInfo - The Conversation.void conversationProfileChanged(XConversationInfo conversationInfo)
conversationInfo - The Conversation info.
void conversationActiveConferencesChanged(XConversationInfo conversationInfo,
boolean voiceConferenceInProgress,
boolean applicationConferenceInProgress)
conversationInfo - The Conversation info.voiceConferenceInProgress - Is a voice conference is in progress.applicationConferenceInProgress - Is an application conference is in progress.
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||