Class DriverAbstract
- Extends:
- EventDispatcher
- Requires:
- Class
- EventDispatcher
- Defined in:
- DriverAbstract.js
Providing simple interface of Driver's
Constructor
Abstract class - direct instance cannot be created.
Static Fields
Field | |
---|---|
DriverAbstract.ERROR
[constant]
|
|
DriverAbstract.LOADED
[constant]
|
Methods
Method | |
---|---|
![]() |
addEventListener(type, callbackFunction, context)
Adding listener
|
![]() |
Dispatches event
|
![]() |
hasEventListener(type)
Checks if given event type listener is registered
|
load()
Iterface method.
|
|
![]() |
removeAllEventListeners(type)
Remove group of listeners or all listeners
|
![]() |
removeEventListener(type, callbackFunction)
Remove listener
|
Static Field Details
DriverAbstract.ERROR
[constant]
DriverAbstract.LOADED
[constant]
Method Details
load()
Iterface method. Should execute model loading.
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 17 2011 15:33:33 GMT+0200 (CEST)