Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.kernel.pop.MessageListener

Packages that use MessageListener
com.liferay.portal.kernel.portlet   
com.liferay.portal.model   
 

Uses of MessageListener in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return MessageListener
 MessageListener PortletBag.getPopMessageListenerInstance()
           
 

Uses of MessageListener in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return MessageListener
 MessageListener PortletWrapper.getPopMessageListenerInstance()
          Gets the POP message listener instance of the portlet.
 MessageListener Portlet.getPopMessageListenerInstance()
          Gets the POP message listener instance of the portlet.
 


Liferay 6.0-ee-sp2