A callback interface used to receive callbacks from an sbIPlaylistCommandsBuilder object relating to an entire set of playlistcommands. More...
import"sbIPlaylistCommandsBuilder.idl";
Public Member Functions | |
PRBool | handleCallback (in sbIPlaylistCommandsBuilderContext aContext, in AString aHost, in AString aData) |
The callback function. More... | |
A callback interface used to receive callbacks from an sbIPlaylistCommandsBuilder object relating to an entire set of playlistcommands.
This interface may be replaced by a javascript function in any of the sbIPlaylistCommandsBuilder functions that take it as a parameter.
Definition at line 877 of file sbIPlaylistCommandsBuilder.idl.
PRBool sbIPlaylistCommandsBuilderPCCallback::handleCallback | ( | in sbIPlaylistCommandsBuilderContext | aContext, |
in AString | aHost, | ||
in AString | aData | ||
) |
The callback function.
aContext | The instantiation context for this command |
aHost | The host type that instantiated this command |
aData | A string describing the data being requested |