Skip navigation links

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

E20955-01


waggle.common.modules.distlist
Interface XDistributionListModule.Client

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

public static interface XDistributionListModule.Client
extends XAPIInterface.Client

Client interface for the Distribution List Module API.


Nested Class Summary

 

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

 

Method Summary
 void listCreated(XDistributionListInfo listInfo)
          You have added a Distribution List.
 void listMembersChanged(XDistributionListInfo listInfo, List<waggle.common.modules.object.infos.XObjectInfo> addedMemberInfos, List<waggle.common.modules.object.infos.XObjectInfo> removedMemberInfos)
          You changed Members in a Distribution List.
 void listNameChanged(XDistributionListInfo listInfo)
          You have renamed a Distribution List.
 void listRemoved(XDistributionListInfo listInfo)
          You have removed a Distribution List.

 

Method Detail

listCreated

void listCreated(XDistributionListInfo listInfo)
You have added a Distribution List.
Parameters:
listInfo - The List.

listRemoved

void listRemoved(XDistributionListInfo listInfo)
You have removed a Distribution List.
Parameters:
listInfo - The List.

listNameChanged

void listNameChanged(XDistributionListInfo listInfo)
You have renamed a Distribution List.
Parameters:
listInfo - The List.

listMembersChanged

void listMembersChanged(XDistributionListInfo listInfo,
                        List<waggle.common.modules.object.infos.XObjectInfo> addedMemberInfos,
                        List<waggle.common.modules.object.infos.XObjectInfo> removedMemberInfos)
You changed Members in a Distribution List.
Parameters:
listInfo - The List.
addedMemberInfos - The added Members.
removedMemberInfos - The removed Members.

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.