An interface used to receive callbacks from an sbIPlaylistCommandsBuilder object when a string value should be returned. More...
import"sbIPlaylistCommandsBuilder.idl";
Public Member Functions | |
| AString | handleCallback (in sbIPlaylistCommandsBuilderContext aContext, in AString aSubMenuId, in AString aCommandId, in AString aHost, in AString aData) |
| The callback function. More... | |
An interface used to receive callbacks from an sbIPlaylistCommandsBuilder object when a string value should be returned.
This interface may be replaced by a javascript function in any of the sbIPlaylistCommandsBuilder functions that take it as a parameter.
Definition at line 734 of file sbIPlaylistCommandsBuilder.idl.
| AString sbIPlaylistCommandsBuilderGetStringCallback::handleCallback | ( | in sbIPlaylistCommandsBuilderContext | aContext, |
| in AString | aSubMenuId, | ||
| in AString | aCommandId, | ||
| in AString | aHost, | ||
| in AString | aData | ||
| ) |
The callback function.
| aContext | The instantiation context for this command |
| aSubMenuId | The submenu id for this command |
| aCommandId | The id for this command |
| aHost | The host type that instantiated this command |
| aData | A string describing the data being requested |