Songbird / Development / Songbird Add-Ons API Documentation

sbICommandLineItemHandler Interface Reference

Songbird Command line item handler Interface. More...

List of all members.

Public Member Functions

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


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:
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)
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:
Generated on Tue Mar 10 14:28:57 2009 for Songbird by  doxygen 1.5.2