org.mule.module.spring.events
Class TestMuleEventBean

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

public class TestMuleEventBean
extends Object
implements org.mule.module.spring.events.MuleEventListener

TestMuleEventBean is a MuleEventBean for testing with the MuleEventMulticaster.


Constructor Summary
TestMuleEventBean()
           
 
Method Summary
 org.mule.tck.functional.EventCallback getEventCallback()
           
 void onApplicationEvent(org.springframework.context.ApplicationEvent event)
           
 void setEventCallback(org.mule.tck.functional.EventCallback eventCallback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMuleEventBean

public TestMuleEventBean()
Method Detail

onApplicationEvent

public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener

getEventCallback

public org.mule.tck.functional.EventCallback getEventCallback()

setEventCallback

public void setEventCallback(org.mule.tck.functional.EventCallback eventCallback)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.