Liferay.on events

thumbnail
Pete Helgren, modified 6 Years ago. Regular Member Posts: 225 Join Date: 4/7/11 Recent Posts
Is there a list of events that can be monitored using Liferay.on('someevent', somefunction(){});  ?  I am specifically looking into portlet events but my Google search foo must be weak this morning.  Can seem to find a list anywhere
thumbnail
David H Nebinger, modified 6 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts
I'm not aware of a list of these, Peter.


Actually I think these are mostly used as point to point sort of messages rather than a more generic pub/sub model. Meaning that portlets normally message themselves or a direct listener, not really broadcasting messages that many would be or should be interested in.


Well, that's now I normally code them, so maybe my own use is coloring my perception, so take that for what it is worth.