Class com.boostworthy.events.EventDispatcher

Implemented Interfaces

EventSource_I

Method Index

new EventDispatcher()
AddEventListener(), DispatchEvent(), RemoveEventListener()

Inherited from BaseObject

Constructor Detail

EventDispatcher

public function EventDispatcher()

Method Detail

AddEventListener

public function AddEventListener(objScope:Object, strEventHandler:String, strEventName:String):Void

RemoveEventListener

public function RemoveEventListener(objScope:Object, strEventHandler:String, strEventName:String):Void

DispatchEvent

public function DispatchEvent(objEvent:Event):Void