| Package | org.spicefactory.parsley.command.impl |
| Class | public class MappedCommandProxy |
| Inheritance | MappedCommandProxy AbstractMessageReceiver Object |
| Implements | MessageTarget |
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance. | MappedCommandProxy | ||
handleMessage(processor:MessageProcessor):void
Handles a message for this target. | MappedCommandProxy | ||
| MappedCommandProxy | () | Constructor |
public function MappedCommandProxy(factory:ManagedCommandFactory, context:Context, info:MessageReceiverInfo)Creates a new instance.
Parametersfactory:ManagedCommandFactory — the factory to use for creating new commands
| |
context:Context — the Context that should manage all commands executed by this proxy
| |
info:MessageReceiverInfo — the type of message that should trigger command execution
|
| handleMessage | () | method |
public function handleMessage(processor:MessageProcessor):voidHandles a message for this target. The specified processor may be used to control the message processing, like canceling or suspending a message.
Parameters
processor:MessageProcessor — the processor for the message
|