Songbird Command line item handler Interface. More...
import"sbICommandLineItemHandler.idl";
Public Member Functions | |
boolean | handleItem (in AString aUriSpec, in PRInt32 aCount, in PRInt32 aTotal) |
Handle a command line item. More... | |
Songbird Command line item handler Interface.
Definition at line 45 of file sbICommandLineItemHandler.idl.
boolean sbICommandLineItemHandler::handleItem | ( | in AString | aUriSpec, |
in PRInt32 | aCount, | ||
in PRInt32 | aTotal | ||
) |
Handle a command line item.
aUriSpec | The URI for the command line item |
aCount | The index for this item (used to detect the end of a series of handleItems calls) |
aCount | The number of items (used to detect the end of a series of handleItems calls) |