Packagefeathers.core
Interfacepublic interface IStateObserver
Implementors BaseTextEditor, BaseTextRenderer, ImageSkin

Product Version : Feathers 2.3.0

Watches an IStateContext for state changes.

See also

feathers.core.IStateContext


Public Properties
 PropertyDefined By
  stateContext : IStateContext
The current state context that is being observed.
IStateObserver
Property Detail
stateContextproperty
stateContext:IStateContext

The current state context that is being observed.


Implementation
    public function get stateContext():IStateContext
    public function set stateContext(value:IStateContext):void