org.mule.extras.spring.events
Class SpringEventsTestCase.CountingEventCallback

java.lang.Object
  extended by org.mule.extras.spring.events.SpringEventsTestCase.CountingEventCallback
All Implemented Interfaces:
org.mule.tck.functional.EventCallback
Enclosing class:
SpringEventsTestCase

public static class SpringEventsTestCase.CountingEventCallback
extends Object
implements org.mule.tck.functional.EventCallback


Constructor Summary
SpringEventsTestCase.CountingEventCallback(AtomicInteger counter, int maxCount, CountDownLatch whenFinished)
           
 
Method Summary
 void eventReceived(org.mule.umo.UMOEventContext context, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringEventsTestCase.CountingEventCallback

public SpringEventsTestCase.CountingEventCallback(AtomicInteger counter,
                                                  int maxCount,
                                                  CountDownLatch whenFinished)
Method Detail

eventReceived

public void eventReceived(org.mule.umo.UMOEventContext context,
                          Object o)
                   throws Exception
Specified by:
eventReceived in interface org.mule.tck.functional.EventCallback
Throws:
Exception


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