com.hammurapi.eventbus.tests
Class ComplexHandler

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

public class ComplexHandler
extends Object


Constructor Summary
ComplexHandler()
           
 
Method Summary
 void handle(Integer num)
           
 void handle(LocalEventDispatchContext<Object,Integer,?> ctx, String str)
           
 String handle(String str)
           
 void handle(String str, Integer num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexHandler

public ComplexHandler()
Method Detail

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