Listener for the Play Queue service. More...
import"sbIPlayQueueService.idl";
Public Member Functions | |
void | onIndexUpdated (in unsigned long aToIndex) |
void | onQueueOperationStarted () |
fired when queue operation is started. More... | |
void | onQueueOperationCompleted () |
fired when queue operation is completed. More... | |
Listener for the Play Queue service.
Listener to receive updates when the current index in the queue changes
Definition at line 43 of file sbIPlayQueueService.idl.
void sbIPlayQueueServiceListener::onIndexUpdated | ( | in unsigned long | aToIndex | ) |
aToIndex | new index in the queue |
void sbIPlayQueueServiceListener::onQueueOperationCompleted | ( | ) |
fired when queue operation is completed.
void sbIPlayQueueServiceListener::onQueueOperationStarted | ( | ) |
fired when queue operation is started.