com.hammurapi.eventbus.tests
Class ParameterNamesJoinHandler

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

public class ParameterNamesJoinHandler
extends Object


Constructor Summary
ParameterNamesJoinHandler()
           
 
Method Summary
 int getHelloCounter()
           
 int getJoinCounter()
           
 String handleHello(String str)
           
 boolean isHelloOk()
           
 boolean isJoinOk()
           
 void join(LocalEventDispatchContext<Object,Integer,Object> context, String hello, String world, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterNamesJoinHandler

public ParameterNamesJoinHandler()
Method Detail

getHelloCounter

public int getHelloCounter()

isHelloOk

public boolean isHelloOk()

isJoinOk

public boolean isJoinOk()

getJoinCounter

public int getJoinCounter()

handleHello

public String handleHello(String str)

join

public void join(LocalEventDispatchContext<Object,Integer,Object> context,
                 String hello,
                 String world,
                 int i)