Packageorg.spicefactory.parsley.comobserver.tag
Classpublic class CommandCompleteDecorator
InheritanceCommandCompleteDecorator Inheritance MessageReceiverDecoratorBase Inheritance Object
Implements ObjectDefinitionDecorator

Represents a Metadata, MXML or XML tag that can be used on methods which wish to be invoked when a matching asynchronous command execution has been completed.



Public Properties
 PropertyDefined By
  method : String
The name of the method that wishes to handle the message.
CommandCompleteDecorator
 Inheritedorder : int = 2.147483647E9
The execution order for this receiver.
MessageReceiverDecoratorBase
 Inheritedscope : String
The name of the scope this tag should be applied to.
MessageReceiverDecoratorBase
 Inheritedselector : *
An optional selector value to be used in addition to selecting messages by type.
MessageReceiverDecoratorBase
 Inheritedtype : Class
The type of the messages the receiver wants to handle.
MessageReceiverDecoratorBase
Public Methods
 MethodDefined By
  
CommandCompleteDecorator
Property Detail
methodproperty
public var method:String

The name of the method that wishes to handle the message.

Method Detail
decorate()method
public function decorate(builder:ObjectDefinitionBuilder):void

Parameters

builder:ObjectDefinitionBuilder