Packageorg.spicefactory.parsley.core.processor
Interfacepublic interface MethodProcessor extends ObjectProcessor
Implementors DestroyMethodProcessor, InitMethodProcessor, MethodInvocationProcessor, MethodReceiverProcessor, ObserveMethodProcessor

Object processor responsible for processing a single method of the target instance. An example is a processor for registering a message handler.



Public Methods
 MethodDefined By
 Inherited
destroy(target:ManagedObject):void
Invoked when the target instance gets removed from the Context.
ObjectProcessor
 Inherited
init(target:ManagedObject):void
Invoked during initialization of the target instance.
ObjectProcessor
  
targetMethod(method:Method):void
Sets the target method for this processor.
MethodProcessor
Method Detail
targetMethod()method
public function targetMethod(method:Method):void

Sets the target method for this processor.

Parameters

method:Method — the target method for this processor