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

View Source

Author:
Michael C. Han

Constructor Summary
GlobalDestinationEventListener(MessageListener messageListener, java.util.List<java.lang.String> ignoredDestinations)
           
 
Method Summary
 void destinationAdded(Destination destination)
           
 void destinationRemoved(Destination destination)
           
 
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(MessageListener messageListener,
                                      java.util.List<java.lang.String> ignoredDestinations)
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