org.mule.module.spring.events
Class TestAllEventBean

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

public class TestAllEventBean
extends Object
implements MuleEventListener, org.springframework.context.ApplicationListener

TestMuleEventBean is a MuleEventBean for testing with the MuleEventMulticaster.


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

Constructor Detail

TestAllEventBean

public TestAllEventBean()
Method Detail

onApplicationEvent

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

getEventCallback

public EventCallback getEventCallback()

setEventCallback

public void setEventCallback(EventCallback eventCallback)


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