org.mule.tck.functional
Interface EventCallback


public interface EventCallback

The scope of the Event Callback is to be able to get a component we are using and to control it. This is especially useful when we have beans configured in Spring that we need to exercise some form of control on, example setting properties at runtime instead of in the configuration.


Method Summary
 void eventReceived(UMOEventContext context, Object component)
           
 

Method Detail

eventReceived

void eventReceived(UMOEventContext context,
                   Object component)
                   throws Exception
Throws:
Exception


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