Packagecom.asfusion.mate.core
Interfacepublic interface IDataReceiver

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



Public Properties
 PropertyDefined by
  data : Object
data Object that is set by the IActionList
IDataReceiver
Property detail
dataproperty
data:Object  [read-write]

data Object that is set by the IActionList

Implementation
    public function get data():Object
    public function set data(value:Object):void