Skip navigation links

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

E20955-01


waggle.client.modules.distlist
Interface XDistributionListModuleClientEvents

All Superinterfaces:
XEvents

public interface XDistributionListModuleClientEvents
extends XEvents

XDistributionListModuleClientEvents.


Method Summary
 void notifyListCreated(XDistributionListInfo listInfo)
           
 void notifyListMembersChanged(XDistributionListInfo listInfo, List<waggle.common.modules.object.infos.XObjectInfo> addedMemberInfos, List<waggle.common.modules.object.infos.XObjectInfo> removedMemberInfos)
           
 void notifyListNameChanged(XDistributionListInfo listInfo)
           
 void notifyListRemoved(XDistributionListInfo listInfo)
           

 

Method Detail

notifyListCreated

void notifyListCreated(XDistributionListInfo listInfo)

notifyListRemoved

void notifyListRemoved(XDistributionListInfo listInfo)

notifyListNameChanged

void notifyListNameChanged(XDistributionListInfo listInfo)

notifyListMembersChanged

void notifyListMembersChanged(XDistributionListInfo listInfo,
                              List<waggle.common.modules.object.infos.XObjectInfo> addedMemberInfos,
                              List<waggle.common.modules.object.infos.XObjectInfo> removedMemberInfos)

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.