sbICommandLineItemHandler Interface Reference

Songbird Command line item handler Interface. More...

import"sbICommandLineItemHandler.idl";

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

Public Member Functions

boolean handleItem (in AString aUriSpec, in PRInt32 aCount, in PRInt32 aTotal)
 Handle a command line item. More...
 

Detailed Description

Songbird Command line item handler Interface.

Definition at line 45 of file sbICommandLineItemHandler.idl.

Member Function Documentation

boolean sbICommandLineItemHandler::handleItem ( in AString  aUriSpec,
in PRInt32  aCount,
in PRInt32  aTotal 
)

Handle a command line item.

Parameters
aUriSpecThe URI for the command line item
aCountThe index for this item (used to detect the end of a series of handleItems calls)
aCountThe number of items (used to detect the end of a series of handleItems calls)
Returns
Return true if the handler processed this item. Items that have not been processed are passed on to the next command line item handler
See Also
removeItemHandler

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