Packagecom.asfusion.mate.core
Interfacepublic interface IScopeReceiver

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



Public Properties
 PropertyDefined by
  scope : IScope
scope that is set by the IActionList
IScopeReceiver
Property detail
scopeproperty
scope:IScope  [read-write]

scope that is set by the IActionList

Implementation
    public function get scope():IScope
    public function set scope(value:IScope):void