Packageorg.swizframework.processors
Interfacepublic interface IProcessor

Base interface that ensures all implementers have a reference to the containing instance of Swiz and a priority to determine their place in line.



Public Properties
 PropertyDefined By
  priority : int
[read-only] Read-only property used to specify this processor's priority in the list of processors.
IProcessor
Public Methods
 MethodDefined By
  
init(swiz:ISwiz):void
Method used to set reference to parent Swiz instance.
IProcessor
Property Detail
priorityproperty
priority:int  [read-only]

Read-only property used to specify this processor's priority in the list of processors.


Implementation
    public function get priority():int
Method Detail
init()method
public function init(swiz:ISwiz):void

Method used to set reference to parent Swiz instance.

Parameters

swiz:ISwiz