sbIPlaylistCommandsListener Interface Reference

The interface for receiving notices when a Command Object is added to or removed from another Command Object. More...

import"sbIPlaylistCommands.idl";

Inheritance diagram for sbIPlaylistCommandsListener:
[legend]
Collaboration diagram for sbIPlaylistCommandsListener:
[legend]

Public Member Functions

void onCommandAdded (in sbIPlaylistCommands aCommandObject)
 Callback method when a Command Object is added. More...
 
void onCommandRemoved (in sbIPlaylistCommands aCommandObject)
 Callback method when a Command Object is removed. More...
 
void onCommandChanged (in sbIPlaylistCommands aCommandObject)
 Callback method when a Command Object is modified. More...
 

Detailed Description

The interface for receiving notices when a Command Object is added to or removed from another Command Object.

Definition at line 538 of file sbIPlaylistCommands.idl.

Member Function Documentation

void sbIPlaylistCommandsListener::onCommandAdded ( in sbIPlaylistCommands  aCommandObject)

Callback method when a Command Object is added.

Parameters
aCommandObjectThe Command Object that has been added.
void sbIPlaylistCommandsListener::onCommandChanged ( in sbIPlaylistCommands  aCommandObject)

Callback method when a Command Object is modified.

Parameters
aCommandObjectThe Command Object that has been modified.
void sbIPlaylistCommandsListener::onCommandRemoved ( in sbIPlaylistCommands  aCommandObject)

Callback method when a Command Object is removed.

Parameters
aCommandObjectThe Command Object that has been removed.

The documentation for this interface was generated from the following file: