Liferay 6.0.5

com.liferay.portal.kernel.messaging
Interface DestinationEventListener

All Known Implementing Classes:
BaseDestinationEventListener, DefaultWorkflowDestinationEventListener, GlobalDestinationEventListener, JMXMessageListener, SearchEngineDestinationEventListener

public interface DestinationEventListener


Method Summary
 void destinationAdded(Destination destination)
           
 void destinationRemoved(Destination destination)
           
 void messageListenerRegistered(String destinationName, MessageListener messageListener)
           
 void messageListenerUnregistered(String destinationName, MessageListener messageListener)
           
 

Method Detail

destinationAdded

void destinationAdded(Destination destination)

destinationRemoved

void destinationRemoved(Destination destination)

messageListenerRegistered

void messageListenerRegistered(String destinationName,
                               MessageListener messageListener)

messageListenerUnregistered

void messageListenerUnregistered(String destinationName,
                                 MessageListener messageListener)

Liferay 6.0.5