org.mule.module.spring.events
Class TestSubscriptionEventBean

java.lang.Object
  extended by org.mule.module.spring.events.TestMuleEventBean
      extended by org.mule.module.spring.events.TestSubscriptionEventBean
All Implemented Interfaces:
EventListener, MuleEventListener, MuleSubscriptionEventListener, org.springframework.context.ApplicationListener

public class TestSubscriptionEventBean
extends TestMuleEventBean
implements MuleSubscriptionEventListener

TestSubscriptionEventBean TODO


Constructor Summary
TestSubscriptionEventBean()
           
 
Method Summary
 String[] getSubscriptions()
           
 void setSubscriptions(String[] subscriptions)
           
 
Methods inherited from class org.mule.module.spring.events.TestMuleEventBean
getEventCallback, onApplicationEvent, setEventCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.context.ApplicationListener
onApplicationEvent
 

Constructor Detail

TestSubscriptionEventBean

public TestSubscriptionEventBean()
Method Detail

setSubscriptions

public void setSubscriptions(String[] subscriptions)
Specified by:
setSubscriptions in interface MuleSubscriptionEventListener

getSubscriptions

public String[] getSubscriptions()
Specified by:
getSubscriptions in interface MuleSubscriptionEventListener


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.