|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XUserAggregateInfo | |
|---|---|
| waggle.client.modules.aggregate | Classes for receiving and acting on incoming Aggregate Module back-channel messages. |
| waggle.common.modules.aggregate | Aggregate Module API. |
| Uses of XUserAggregateInfo in waggle.client.modules.aggregate |
|---|
| Methods in waggle.client.modules.aggregate with parameters of type XUserAggregateInfo | |
|---|---|
void |
XAggregateModuleClientEvents.notifyAggregateCreated(XUserAggregateInfo aggregateInfo) |
void |
XAggregateModuleClientEvents.notifyAggregateDeleted(XUserAggregateInfo aggregateInfo) |
void |
XAggregateModuleClientEvents.notifyAggregateNameChanged(XUserAggregateInfo aggregateInfo) |
void |
XAggregateModuleClientEvents.notifyAggregatePositionChanged(XUserAggregateInfo aggregateInfo, XUserAggregateInfo beforeAggregateInfo) |
void |
XAggregateModuleClientEvents.notifyAggregateTrackAdded(XUserAggregateInfo aggregateInfo, XTrackInfo trackInfo) |
void |
XAggregateModuleClientEvents.notifyAggregateTrackRemoved(XUserAggregateInfo aggregateInfo, XTrackInfo trackInfo) |
void |
XAggregateModuleClientEvents.notifyTrackMoved(XUserAggregateInfo fromAggregateInfo, XUserAggregateInfo toAggregateInfo, XTrackInfo trackInfo) |
void |
XAggregateModuleClientEvents.notifyTrackPositionChanged(XUserAggregateInfo aggregateInfo) |
| Uses of XUserAggregateInfo in waggle.common.modules.aggregate |
|---|
| Methods in waggle.common.modules.aggregate with parameters of type XUserAggregateInfo | |
|---|---|
void |
XAggregateModule.Client.aggregateCreated(XUserAggregateInfo aggregateInfo)Notification sent that an Aggregate has been created. |
void |
XAggregateModule.Client.aggregateDeleted(XUserAggregateInfo aggregateInfo)Notification sent that an Aggregate has been deleted. |
void |
XAggregateModule.Client.aggregateNameChanged(XUserAggregateInfo aggregateInfo)Notification sent that an Aggregate's name has changed. |
void |
XAggregateModule.Client.aggregatePositionChanged(XUserAggregateInfo aggregateInfo, XUserAggregateInfo beforeAggregateInfo)Notification sent that an Aggregate's position in the list of Aggregates has changed. |
void |
XAggregateModule.Client.aggregateTrackAdded(XUserAggregateInfo aggregateInfo, XTrackInfo trackInfo)Notification sent that a Track has been added to an Aggregate. |
void |
XAggregateModule.Client.aggregateTrackRemoved(XUserAggregateInfo aggregateInfo, XTrackInfo trackInfo)Notification sent that a Track has been removed from an Aggregate. |
void |
XAggregateModule.Client.trackMoved(XUserAggregateInfo fromAggregateInfo, XUserAggregateInfo toAggregateInfo, XTrackInfo trackInfo)Notification sent that a Track has been moved from one Aggregate to another. |
void |
XAggregateModule.Client.trackPositionChanged(XUserAggregateInfo aggregateInfo)Notification sent that a Track's position in an Aggregate has changed. |
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||