interface IBubbleMessageHandler
package com.domwires.core.mvc.message
extended by IHierarchyObjectContainer
Methods
onMessageBubbled(message:IMessage):Bool
Handler for message bubbling.
It's left to the IBubbleMessageHandler
to decide what to do with the message.
Parameters:
message | The message that bubbled up |
---|
Returns:
whether to continue bubbling this message