Liferay 7.0-ce-b4

com.liferay.portal.kernel.messaging
Class GlobalMessageBusEventListener

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.GlobalMessageBusEventListener
All Implemented Interfaces:
MessageBusEventListener

public class GlobalMessageBusEventListener
extends Object
implements MessageBusEventListener


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

Constructor Detail

GlobalMessageBusEventListener

public GlobalMessageBusEventListener()
Method Detail

destinationAdded

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

destinationRemoved

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

setIgnoredDestinations

public void setIgnoredDestinations(List<String> ignoredDestinations)

setMessageListener

public void setMessageListener(MessageListener messageListener)

Liferay 7.0-ce-b4