BiLoaderActionThread

This class that represents an action thread used by BiLoaderAction.

This class extends BiActionThread and therefore all methods and fields available for BiActionThread are also available for BiLoaderActionThread .

Constructor

new BiLoaderActionThread ( oAction )

Parameters

NameTypeOptionalDefaultDescripton
oActionBiActionThe action called.

Properties

None.

Methods

NameDescription
processHandlerArgumentsThis method prepares the arguments(if any) for the handler method.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.

Method Details

processHandlerArguments

This method prepares the arguments(if any) for the handler method.

Syntax

object.processHandlerArguments ( )

Parameters

No arguments.

Return Type

void