What is the difference between:
CairngormEvent.getInstance().dispatchEvent(myEvent);
and 
myEvent.dispatch();

where myEvent extends the CairngormEvent class?

I've been using the 1st code to dispatch my events but, saw in a post the 2nd.  
All my event classes extend the CairngormEvent class so, what exactly is the 
difference between the two?
Thanks!

Reply via email to