Template Engine

Class DriverAbstract

Extends:
EventDispatcher
Requires:
Class
EventDispatcher
Defined in:
DriverAbstract.js

Providing simple interface of Driver's

Constructor

DriverAbstract()
Abstract class - direct instance cannot be created.

Static Fields

Field
DriverAbstract.ERROR
[constant]
DriverAbstract.LOADED
[constant]

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()
Iterface method.
Inherited from EventDispatcher
Remove group of listeners or all listeners
Inherited from EventDispatcher
removeEventListener(type, callbackFunction)
Remove listener
Class Detail
DriverAbstract()
Throws:
{DriverAbstract.Exception.INITIALIZE_NOT_IMPLEMENTED}
Static Field Details
DriverAbstract.ERROR
[constant]
DriverAbstract.LOADED
[constant]
Method Details
load()
Iterface method. Should execute model loading.
Throws:
{DriverAbstract.Exception.LOAD_NOT_IMPLEMENTED}
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 17 2011 15:33:33 GMT+0200 (CEST)