Interface describing EventBroadcasters such as EventBroadcaster.
function addEventListener(o:Object, event:String, handler:Function):Void
function removeEventListener(o:Object, event:String, handler:Function):Void
function reset():Void
function broadcastEvent(o:Object, event:String):Void