Skip navigation links

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

E20955-01


waggle.common.modules.track
Interface XTrackModule.Client

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

public static interface XTrackModule.Client
extends XAPIInterface.Client

Client interface for the Track Module API.


Nested Class Summary

 

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

 

Method Summary
 void trackAccessible(XTrackInfo trackInfo)
          Notification sent that a Track is now accessible to you.
 void trackCreated(XTrackInfo trackInfo)
          Notification sent that a Track has been updated.
 void trackInaccessible(XTrackInfo trackInfo)
          Notification sent that a Track is no longer accessible to you.
 void trackNameChanged(XTrackInfo trackInfo)
          Notification sent that a Track's name has changed.
 void trackUpdated(XTrackInfo trackInfo)
          Notification sent that a Track has been updated.

 

Method Detail

trackCreated

void trackCreated(XTrackInfo trackInfo)
Notification sent that a Track has been updated.
Parameters:
trackInfo - The Track info.

trackUpdated

void trackUpdated(XTrackInfo trackInfo)
Notification sent that a Track has been updated.
Parameters:
trackInfo - The Track info.

trackNameChanged

void trackNameChanged(XTrackInfo trackInfo)
Notification sent that a Track's name has changed.
Parameters:
trackInfo - The Track info.

trackAccessible

void trackAccessible(XTrackInfo trackInfo)
Notification sent that a Track is now accessible to you.
Parameters:
trackInfo - The Track info.

trackInaccessible

void trackInaccessible(XTrackInfo trackInfo)
Notification sent that a Track is no longer accessible to you.
Parameters:
trackInfo - The Track info.

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.