com.liferay.portal.kernel.messaging
Class GlobalDestinationEventListener

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

public class GlobalDestinationEventListener
extends java.lang.Object
implements DestinationEventListener

View Source

Author:
Michael C. Han

Constructor Summary
GlobalDestinationEventListener(MessageListener listener, java.util.List<java.lang.String> ignoredDestinations)
           
 
Method Summary
 void destinationAdded(Destination destination)
           
 void destinationRemoved(Destination destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalDestinationEventListener

public GlobalDestinationEventListener(MessageListener listener,
                                      java.util.List<java.lang.String> ignoredDestinations)
Method Detail

destinationAdded

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

destinationRemoved

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