org.mule.extras.spring.events
Class TestApplicationEventBean

java.lang.Object
  extended by org.mule.extras.spring.events.TestApplicationEventBean
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener

public class TestApplicationEventBean
extends Object
implements org.springframework.context.ApplicationListener

TestApplicationEventBean is a bean for testing Spring ApplicationListeners with the MuleEventMulticaster


Constructor Summary
TestApplicationEventBean()
           
 
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

TestApplicationEventBean

public TestApplicationEventBean()
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.