Package | org.spicefactory.parsley.comobserver.tag |
Class | public class CommandCompleteDecorator |
Inheritance | CommandCompleteDecorator ![]() ![]() |
Implements | ObjectDefinitionDecorator |
Property | Defined By | ||
---|---|---|---|
method : String
The name of the method that wishes to handle the message. | CommandCompleteDecorator | ||
![]() | order : int = 2.147483647E9
The execution order for this receiver. | MessageReceiverDecoratorBase | |
![]() | scope : String
The name of the scope this tag should be applied to. | MessageReceiverDecoratorBase | |
![]() | selector : *
An optional selector value to be used in addition to selecting messages by type. | MessageReceiverDecoratorBase | |
![]() | type : Class
The type of the messages the receiver wants to handle. | MessageReceiverDecoratorBase |
Method | Defined By | ||
---|---|---|---|
decorate(builder:ObjectDefinitionBuilder):void | CommandCompleteDecorator |
method | property |
public var method:String
The name of the method that wishes to handle the message.
decorate | () | method |
public function decorate(builder:ObjectDefinitionBuilder):void
Parameters
builder:ObjectDefinitionBuilder |