eventBroadcasting kind of question

(this is kind of urgent, so thank you in advance for bothering)

i’m using the flash tree component and i’ve rewritten its tree.change event (the event is broadcast when the user clicks a tree node).

what i want to achieve is to call this event let’s say from a button and cause the
same behavior as if i’ve clicked that. is it possible through the use of listeners and dispatchers and stuff? i’ve almost no idea of this stuff, so could you:

  • either gimme a direction,
  • or even better provide me some working code snippet?