Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.group
Interface XGroupModule.Client

All Superinterfaces:
XAPIInterface, XAPIInterface.Client
Enclosing interface:
XGroupModule

public static interface XGroupModule.Client
extends XAPIInterface.Client

Client interface for the Group Module API.


Nested Class Summary

 

Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface
XAPIInterface.Client, XAPIInterface.Server

 

Method Summary
 void groupCreated(XGroupInfo groupInfo)
          Notification that a Group name changed.
 void groupDeleted(XGroupInfo groupInfo)
          Notification that a Group was deleted.
 void groupMembersChanged(XGroupInfo groupInfo, List<waggle.common.modules.object.infos.XObjectInfo> addedMemberInfos, List<waggle.common.modules.object.infos.XObjectInfo> removedMemberInfos)
          Notification that a Group membership changed.
 void groupNameChanged(XGroupInfo groupInfo)
          Notification that a Group name changed.
 void groupUpdated(XGroupInfo groupInfo)
          Notification that a Group was updated.

 

Method Detail

groupCreated

void groupCreated(XGroupInfo groupInfo)
Notification that a Group name changed.
Parameters:
groupInfo - The Group info.

groupNameChanged

void groupNameChanged(XGroupInfo groupInfo)
Notification that a Group name changed.
Parameters:
groupInfo - The Group info.

groupUpdated

void groupUpdated(XGroupInfo groupInfo)
Notification that a Group was updated.
Parameters:
groupInfo - The Group info.

groupDeleted

void groupDeleted(XGroupInfo groupInfo)
Notification that a Group was deleted.
Parameters:
groupInfo - The Group info.

groupMembersChanged

void groupMembersChanged(XGroupInfo groupInfo,
                         List<waggle.common.modules.object.infos.XObjectInfo> addedMemberInfos,
                         List<waggle.common.modules.object.infos.XObjectInfo> removedMemberInfos)
Notification that a Group membership changed.
Parameters:
groupInfo - The Group info.
addedMemberInfos - Added XObjectInfos.
removedMemberInfos - Removed XObjectInfos.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.