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

java.lang.Object
  extended by org.mule.module.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(edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger counter, int maxCount, edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch whenFinished)
           
 
Method Summary
 void eventReceived(org.mule.api.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(edu.emory.mathcs.backport.java.util.concurrent.atomic.AtomicInteger counter,
                                                  int maxCount,
                                                  edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch whenFinished)
Method Detail

eventReceived

public void eventReceived(org.mule.api.MuleEventContext 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.