Packageorg.spicefactory.parsley.core.messaging.command
Interfacepublic interface CommandObserverProcessor extends MessageProcessor
Implementors DefaultCommandObserverProcessor



Public Properties
 PropertyDefined By
  command : Command
[read-only]
CommandObserverProcessor
 Inheritedmessage : Object
[read-only] The message instance.
MessageProcessor
 Inheritedselector : *
[read-only] The optional selector value to be used for selecting matching receivers.
MessageProcessor
 InheritedsenderContext : Context
[read-only] The Context the object that sent the message belongs to.
MessageProcessor
 Inheritedstate : MessageState
[read-only] The current state of this processor.
MessageProcessor
Public Methods
 MethodDefined By
 Inherited
cancel():void
Cancels processing of this message.
MessageProcessor
 Inherited
createCommand(returnValue:*):Command
Creates a Command instance for the specified value returned from a command object or method.
MessageProcessor
 Inherited
proceed():void
Deprecated: Please Use resume
MessageProcessor
 Inherited
resume():void
Resumes with message processing, invoking the next receiver.
MessageProcessor
 Inherited
rewind():void
Rewinds the processor so it will start with the first interceptor or handler again the next time the proceed method gets invoked.
MessageProcessor
 Inherited
sendResponse(msg:Object, selector:* = null):void
Sends the response to the Context the message originated from.
MessageProcessor
 Inherited
suspend():void
Suspends processing of the message.
MessageProcessor
Property Detail
commandproperty
command:Command  [read-only]


Implementation
    public function get command():Command