Liferay 7.0-ce-a2

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. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.pop   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

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

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type MessageListener
 List<MessageListener> PortletBag.getPopMessageListenerInstances()
           
 

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.
 

Uses of MessageListener in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return MessageListener
 MessageListener PortletImpl.getPopMessageListenerInstance()
          Returns the POP message listener instance of the portlet.
 

Uses of MessageListener in com.liferay.portal.pop
 

Classes in com.liferay.portal.pop that implement MessageListener
 class MessageListenerWrapper
           
 

Methods in com.liferay.portal.pop that return MessageListener
 MessageListener MessageListenerWrapper.getMessageListener()
           
 

Methods in com.liferay.portal.pop that return types with arguments of type MessageListener
static List<MessageListener> POPServerUtil.getListeners()
           
 

Methods in com.liferay.portal.pop with parameters of type MessageListener
static void POPServerUtil.addListener(MessageListener listener)
           
static void POPServerUtil.deleteListener(MessageListener listener)
           
 

Constructors in com.liferay.portal.pop with parameters of type MessageListener
MessageListenerWrapper(MessageListener listener)
           
 

Uses of MessageListener in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type MessageListener
 List<MessageListener> PortletBagImpl.getPopMessageListenerInstances()
           
protected  List<MessageListener> PortletBagFactory.newPOPMessageListeners(Portlet portlet)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type MessageListener
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEntry> schedulerEntryInstances, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 


Liferay 7.0-ce-a2