|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 and classes, including SOAP and wrapper classes. |
com.liferay.portal.model.impl | |
com.liferay.portal.pop | |
com.liferay.portal.pop.messaging | |
com.liferay.portlet | |
com.liferay.portlet.messageboards.pop |
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. |
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 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.portal.pop.messaging |
---|
Method parameters in com.liferay.portal.pop.messaging with type arguments of type MessageListener | |
---|---|
protected void |
POPNotificationsMessageListener.nostifyListeners(List<MessageListener> listeners,
javax.mail.Message message)
|
Uses of MessageListener in com.liferay.portlet |
---|
Methods in com.liferay.portlet that return MessageListener | |
---|---|
MessageListener |
PortletBagImpl.getPopMessageListenerInstance()
|
protected MessageListener |
PortletBagFactory.newPOPMessageListener(Portlet portlet)
|
Constructors in com.liferay.portlet with parameters of type MessageListener | |
---|---|
PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
Portlet portletInstance,
ConfigurationAction configurationActionInstance,
List<Indexer> indexerInstances,
OpenSearch openSearchInstance,
FriendlyURLMapper friendlyURLMapperInstance,
URLEncoder urlEncoderInstance,
PortletDataHandler portletDataHandlerInstance,
PortletLayoutListener portletLayoutListenerInstance,
PollerProcessor pollerProcessorInstance,
MessageListener popMessageListenerInstance,
SocialActivityInterpreter socialActivityInterpreterInstance,
SocialRequestInterpreter socialRequestInterpreterInstance,
WebDAVStorage webDAVStorageInstance,
Method xmlRpcMethodInstance,
ControlPanelEntry controlPanelEntryInstance,
List<AssetRendererFactory> assetRendererFactoryInstances,
List<AtomCollectionAdapter<?>> atomCollectionAdapters,
List<CustomAttributesDisplay> customAttributesDisplayInstances,
PermissionPropagator permissionPropagatorInstance,
List<WorkflowHandler> workflowHandlerInstances,
PreferencesValidator preferencesValidatorInstance,
Map<String,ResourceBundle> resourceBundles)
|
Uses of MessageListener in com.liferay.portlet.messageboards.pop |
---|
Classes in com.liferay.portlet.messageboards.pop that implement MessageListener | |
---|---|
class |
MessageListenerImpl
|
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |