> Create a custom event that uses your current event type string as a
> variable. Then your handler can look at the variable value to decide
> what to do.
> 

You mean when I do dispatchEvent, I always use the same type string,
like this?
dispatchEvent(new MyEvent(MyEvent.MY_EVENT)
dispatchEvent(new MyChildEvent(MyEvent.MY_EVENT)
dispatchEvent(new MyFutureChildEvent(MyEvent.MY_EVENT)


Reply via email to