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
| Name | Type | Optional | Default | Descripton |
oAction | | The action called. |
Properties
None.
Methods
| Name | Description |
processHandlerArguments | This 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