com.hammurapi.eventbus.tests
Class ComplexHandler
java.lang.Object
com.hammurapi.eventbus.tests.ComplexHandler
public class ComplexHandler
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComplexHandler
public ComplexHandler()
handle
public void handle(LocalEventDispatchContext<Object,Integer,?> ctx,
String str)
throws InterruptedException
- Throws:
InterruptedException
handle
public String handle(String str)
handle
public void handle(Integer num)
handle
public void handle(String str,
Integer num)
throws InterruptedException
- Throws:
InterruptedException