Packageorg.springextensions.actionscript.core.event
SVN browsingIEventBusListener.as
FisheyeIEventBusListener.as
Interfacepublic interface IEventBusListener

Interface to be implemented by all objects that want to register themselves as listeners to all events dispatched from the event bus.



Documentation reference: eventbus listening


Public Methods
 MethodDefined by
  
onEvent(event:Event):void
Handles an Event received from the event bus.
IEventBusListener
Method detail
onEvent()method
public function onEvent(event:Event):void

Handles an Event received from the event bus.

Parameters
event:Event — specified Event received from the event bus.