com.hammurapi.eventbus.tests
Class SlowPostingHandler

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.tests.SlowPostingHandler

public class SlowPostingHandler
extends Object


Constructor Summary
SlowPostingHandler()
           
 
Method Summary
 int getCounter()
           
 void handleEm(LocalEventDispatchContext<Object,Integer,Object> context, String str)
           
 String handleWorld(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlowPostingHandler

public SlowPostingHandler()
Method Detail

handleWorld

public String handleWorld(String str)
                   throws InterruptedException
Throws:
InterruptedException

handleEm

public void handleEm(LocalEventDispatchContext<Object,Integer,Object> context,
                     String str)
              throws InterruptedException
Throws:
InterruptedException

getCounter

public int getCounter()