Packageorg.spicefactory.parsley.messaging.receiver
Interfacepublic interface PropertyReceiver extends MessageReceiver
Implementors AbstractPropertyReceiver

Represents a single property that acts as a message receiver.



Public Properties
 PropertyDefined By
 Inheritedorder : int
[read-only] The execution order for this receiver.
MessageReceiver
 Inheritedselector : *
[read-only] An optional selector value to be used for selecting matching messages.
MessageReceiver
 Inheritedtype : Class
[read-only] The class or interface of the message.
MessageReceiver
Public Methods
 MethodDefined By
  
init(provider:ObjectProvider, property:Property):void
Initializes this receiver, passing the target object provider and property.
PropertyReceiver
Method Detail
init()method
public function init(provider:ObjectProvider, property:Property):void

Initializes this receiver, passing the target object provider and property.

Parameters

provider:ObjectProvider — the provider to use for obtaining target instances for matching messages
 
property:Property — the target property on instances obtained by the provider that handles the message