Module hilo/event/EventMixin
Requires
hilo/core/Class
Source
EventMixin.js
EventMixin is a mixin on event related functions. Use Class.mix(target, EventMixin) to add event function onto target.
Method | Defined | |
---|---|---|
on(type:String, listener:Function, once:Boolean):Object
static
|
EventMixin | |
off(type:String, listener:Function):Object
static
|
EventMixin | |
fire(type:String, detail:Object):Boolean
static
|
EventMixin |