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

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

public static class SpringEventsTestCase.CountingEventCallback
extends Object
implements EventCallback


Constructor Summary
SpringEventsTestCase.CountingEventCallback(AtomicInteger counter, int maxCount, CountDownLatch whenFinished)
           
 
Method Summary
 void eventReceived(MuleEventContext 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(MuleEventContext context,
                          Object o)
                   throws Exception
Specified by:
eventReceived in interface EventCallback
Throws:
Exception


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