sbIPlaylistCommandsBuilderSimpleCallback Interface Reference

An interface used to receive generic callbacks from an sbIPlaylistCommandsBuilder object. More...

import"sbIPlaylistCommandsBuilder.idl";

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

Public Member Functions

void handleCallback (in sbIPlaylistCommandsBuilderContext aContext, in AString aSubMenuId, in AString aCommandId, in AString aHost)
 The callback function. More...
 

Detailed Description

An interface used to receive generic callbacks from an sbIPlaylistCommandsBuilder object.

This interface may be replaced by a javascript function in any of the sbIPlaylistCommandsBuilder functions that take it as a parameter.

See Also
sbIPlaylistCommandsBuilder

Definition at line 708 of file sbIPlaylistCommandsBuilder.idl.

Member Function Documentation

void sbIPlaylistCommandsBuilderSimpleCallback::handleCallback ( in sbIPlaylistCommandsBuilderContext  aContext,
in AString  aSubMenuId,
in AString  aCommandId,
in AString  aHost 
)

The callback function.

Parameters
aContextThe instantiation context for this command
aSubMenuIdThe submenu id for this command
aCommandIdThe id for this command
aHostThe host type that instantiated this command

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