The interface for receiving notices when a Command Object is added to or removed from another Command Object. More...
import"sbIPlaylistCommands.idl";
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... | |
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.
void sbIPlaylistCommandsListener::onCommandAdded | ( | in sbIPlaylistCommands | aCommandObject | ) |
Callback method when a Command Object is added.
aCommandObject | The Command Object that has been added. |
void sbIPlaylistCommandsListener::onCommandChanged | ( | in sbIPlaylistCommands | aCommandObject | ) |
Callback method when a Command Object is modified.
aCommandObject | The Command Object that has been modified. |
void sbIPlaylistCommandsListener::onCommandRemoved | ( | in sbIPlaylistCommands | aCommandObject | ) |
Callback method when a Command Object is removed.
aCommandObject | The Command Object that has been removed. |