Packagecom.asfusion.mate.core
Interfacepublic interface IEventReceiver

An interface that allows implementors to receive the event property from the IActionList



Public Properties
 PropertyDefined by
  event : Event
Event that is set by the IActionList
IEventReceiver
Property detail
eventproperty
event:Event  [read-write]

Event that is set by the IActionList

Implementation
    public function get event():Event
    public function set event(value:Event):void