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 | |
---|---|
![]() |
addEventListener(type, callbackFunction, context)
Adding listener
|
![]() |
Dispatches event
|
![]() |
hasEventListener(type)
Checks if given event type listener is registered
|
load()
Makes remote call through OPAL interface.
|
|
![]() |
removeAllEventListeners(type)
Remove group of listeners or all listeners
|
![]() |
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)