Interface com.sekati.events.IDispatchable

Description

Interface describing Event Dispatchers such as Dispatcher.

Method Index

addEventListener(), broadcastEvent(), bubbleEvent(), dispatchEvent(), removeEventListener()

Inherited from CoreInterface

Method Detail

addEventListener

function addEventListener(event:String, listener:Object):Void

removeEventListener

function removeEventListener(event:String, listener:Object):Void

dispatchEvent

function dispatchEvent(e:Event):Void

bubbleEvent

function bubbleEvent(e:Event):Void

broadcastEvent

function broadcastEvent(_type:String, _target:Object, _data:Object):Void