Class Index | File Index

Classes


Class dijon.CommandMap

dijon.CommandMap
Defined in: dijon.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
execute(commandClazz)
 
mapEvent(eventType, commandClazz, oneShot, passEvent)
 
unmapEvent(eventType, commandClazz)
Class Detail
dijon.CommandMap()
Method Detail
execute(commandClazz)
Parameters:
{Class} commandClazz
{...} ... Optional, Default: undefined
Any number of parameters

mapEvent(eventType, commandClazz, oneShot, passEvent)
Parameters:
{String} eventType
{Class} commandClazz
{Boolean} oneShot Optional
default false
{Boolean} passEvent Optional
default false

unmapEvent(eventType, commandClazz)
Parameters:
{String} eventType
{Class} commandClazz

Documentation generated by JsDoc Toolkit 2.3.2 on Thu Sep 29 2011 13:05:25 GMT+0200 (CEST)