Class com.boostworthy.events.EventSourceObject

Implemented Interfaces

EventSource_I

Method Index

AddEventListener(), DispatchEvent(), RemoveEventListener()

Inherited from BaseObject

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