Packageorg.swizframework.processors
Interfacepublic interface IBeanProcessor extends IProcessor
Implementors SwizInterfaceProcessor



Public Properties
 PropertyDefined By
 Inheritedpriority : int
[read-only] Read-only property used to specify this processor's priority in the list of processors.
IProcessor
Public Methods
 MethodDefined By
 Inherited
init(swiz:ISwiz):void
Method used to set reference to parent Swiz instance.
IProcessor
  
setUpBean(bean:Bean):void
IBeanProcessor
  
tearDownBean(bean:Bean):void
IBeanProcessor
Method Detail
setUpBean()method
public function setUpBean(bean:Bean):void

Parameters

bean:Bean

tearDownBean()method 
public function tearDownBean(bean:Bean):void

Parameters

bean:Bean