A cache of receivers for a particular message type which MessageRouter implementations use for performance optimizations.
public function getReceivers(message:Message, kind:MessageReceiverKind):Array
Returns the receivers for the specified receiver kind and selector value.
Parameters
Returns | Array — the receivers for the specified receiver kind and messag
|
public function getSelectorValue(message:Object):*
Returns the value of the selector property of the specified message instance.
Parameters
| message:Object — the message instance
|
Returns | * — the value of the selector property of the specified message instance
|
Sat Apr 2 2011, 11:49 PM +01:00