Liferay 6.2-ce-ga5

com.liferay.portal.kernel.messaging
Class GlobalDestinationEventListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseDestinationEventListener
      extended by com.liferay.portal.kernel.messaging.GlobalDestinationEventListener
All Implemented Interfaces:
DestinationEventListener

public class GlobalDestinationEventListener
extends BaseDestinationEventListener


Constructor Summary
GlobalDestinationEventListener()
           
GlobalDestinationEventListener(MessageListener messageListener, List<String> ignoredDestinations)
          Deprecated. As of 6.1.0
 
Method Summary
 void destinationAdded(Destination destination)
           
 void destinationRemoved(Destination destination)
           
 void setIgnoredDestinations(List<String> ignoredDestinations)
           
 void setMessageListener(MessageListener messageListener)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.BaseDestinationEventListener
messageListenerRegistered, messageListenerUnregistered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalDestinationEventListener

public GlobalDestinationEventListener()

GlobalDestinationEventListener

public GlobalDestinationEventListener(MessageListener messageListener,
                                      List<String> ignoredDestinations)
Deprecated. As of 6.1.0

Method Detail

destinationAdded

public void destinationAdded(Destination destination)
Specified by:
destinationAdded in interface DestinationEventListener
Overrides:
destinationAdded in class BaseDestinationEventListener

destinationRemoved

public void destinationRemoved(Destination destination)
Specified by:
destinationRemoved in interface DestinationEventListener
Overrides:
destinationRemoved in class BaseDestinationEventListener

setIgnoredDestinations

public void setIgnoredDestinations(List<String> ignoredDestinations)

setMessageListener

public void setMessageListener(MessageListener messageListener)

Liferay 6.2-ce-ga5