A callback interface used to instantiate a custom command DOM element for sbIPlaylistCommandsBuilder objects. More...
import"sbIPlaylistCommandsBuilder.idl";
Public Member Functions | |
nsIDOMNode | handleCallback (in sbIPlaylistCommandsBuilderContext aContext, in AString aSubMenuId, in AString aCommandId, in AString aHost, in nsIDOMDocument aParentDocument) |
The callback function. More... | |
A callback interface used to instantiate a custom command DOM element for sbIPlaylistCommandsBuilder objects.
This interface may be replaced by a javascript function in any of the sbIPlaylistCommandsBuilder functions that take it as a parameter.
Definition at line 820 of file sbIPlaylistCommandsBuilder.idl.
nsIDOMNode sbIPlaylistCommandsBuilderInstantiationCallback::handleCallback | ( | in sbIPlaylistCommandsBuilderContext | aContext, |
in AString | aSubMenuId, | ||
in AString | aCommandId, | ||
in AString | aHost, | ||
in nsIDOMDocument | aParentDocument | ||
) |
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 |
aParentDocument | The parent document for the element to create |