In the context of YUI3 custom events : what is the difference between Y.fire and Y.publish ?

link|improve this question

75% accept rate
feedback

1 Answer

Publish creates a new custom event, while fire will trigger it, read the specs here:

http://yuilibrary.com/yui/docs/api/classes/EventTarget.html#method_publish

http://yuilibrary.com/yui/docs/api/classes/EventTarget.html#method_fire

link|improve this answer
1  
Y.fire will also publish an event if it has not previously been published. You just lose the ability to customize the details of that event. – Tivac Dec 8 '11 at 17:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.