Liferay 6.0.5

com.liferay.portal.kernel.messaging
Class BaseDestinationEventListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.BaseDestinationEventListener
All Implemented Interfaces:
DestinationEventListener
Direct Known Subclasses:
DefaultWorkflowDestinationEventListener, GlobalDestinationEventListener, JMXMessageListener, SearchEngineDestinationEventListener

public class BaseDestinationEventListener
extends Object
implements DestinationEventListener


Constructor Summary
BaseDestinationEventListener()
           
 
Method Summary
 void destinationAdded(Destination destination)
           
 void destinationRemoved(Destination destination)
           
 void messageListenerRegistered(String destinationName, MessageListener messageListener)
           
 void messageListenerUnregistered(String destinationName, MessageListener messageListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDestinationEventListener

public BaseDestinationEventListener()
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

messageListenerRegistered

public void messageListenerRegistered(String destinationName,
                                      MessageListener messageListener)
Specified by:
messageListenerRegistered in interface DestinationEventListener

messageListenerUnregistered

public void messageListenerUnregistered(String destinationName,
                                        MessageListener messageListener)
Specified by:
messageListenerUnregistered in interface DestinationEventListener

Liferay 6.0.5