Template Engine

Class DriverRemote

Extends:
DriverAbstract
Requires:
Class
DriverAbstract
OpalLoader
OpalRequest
Event
ErrorEvent
Defined in:
DriverRemote.js

DriverRemote class

Constructor

DriverRemote(params)
Implementation of driver which making remote calls through OPAL intraface.

Methods

Method
Inherited from EventDispatcher
addEventListener(type, callbackFunction, context)
Adding listener
Inherited from EventDispatcher
Dispatches event
Inherited from EventDispatcher
Checks if given event type listener is registered
load()
Makes remote call through OPAL interface.
Inherited from EventDispatcher
Remove group of listeners or all listeners
Inherited from EventDispatcher
removeEventListener(type, callbackFunction)
Remove listener
Class Detail
DriverRemote(params)
Parameters (optional)
params {Object} Parameters which will be passed to OPAL call.
Method Details
load()
Makes remote call through OPAL interface. Implements DriverAbstract interface.
Throws:
{DriverRemote.Exception.OPAL_WRONG_PARAMS} if given params are invalid for OPAL (see:OpalRequest)
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 17 2011 15:33:33 GMT+0200 (CEST)