Package | org.swizframework.processors |
Interface | public interface IProcessor |
Swiz
and a priority
to determine
their place in line.
Property | Defined By | ||
---|---|---|---|
priority : int [read-only]
Read-only property used to specify this processor's priority in the list of processors. | IProcessor |
Method | Defined By | ||
---|---|---|---|
Method used to set reference to parent Swiz instance. | IProcessor |
priority | property |
priority:int
[read-only] Read-only property used to specify this processor's priority in the list of processors.
public function get priority():int
init | () | method |
public function init(swiz:ISwiz):void
Method used to set reference to parent Swiz
instance.
Parameters
swiz:ISwiz |