Liferay 6.2-ce-ga5

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

Packages that use MessageListener
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

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()
          Returns the POP message listener instance of the portlet.
 MessageListener Portlet.getPopMessageListenerInstance()
          Returns the POP message listener instance of the portlet.
 


Liferay 6.2-ce-ga5