Some listener method.
Michael
On Fri, 16 Jul 2010, Greg Brown wrote:
The only bubbling events in Pivot are user input events. But what method would
you want to call on elements of the parent tree? It can't be an
application-specific method, unless all of your containers implement some
application-specific interface.
On Jul 16, 2010, at 2:13 AM, Michael Allman wrote:
Is there a means in Pivot for a component to send a generic message to its
ancestors (aside from manually walking the hierarchy and calling methods on
each parent in turn)? The prototypical example I'm thinking of here is event
bubbling.
Cheers,
Michael