sbICommandLineFlagHandler Interface Reference

Songbird Command line flag handler Interface. More...

import"sbICommandLineFlagHandler.idl";

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

Public Member Functions

boolean handleFlag (in AString aFlag, in AString aParam)
 Handle a command line flag. More...
 

Detailed Description

Songbird Command line flag handler Interface.

Definition at line 45 of file sbICommandLineFlagHandler.idl.

Member Function Documentation

boolean sbICommandLineFlagHandler::handleFlag ( in AString  aFlag,
in AString  aParam 
)

Handle a command line flag.

Parameters
aFlagThe command line flag
aParamThe parameter for the flag
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

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