com.hammurapi.eventbus.tests
Class JoinHandler

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

public class JoinHandler
extends Object


Constructor Summary
JoinHandler()
           
 
Method Summary
 int getHelloCounter()
           
 int getJoinCounter()
           
 String handleHello(String str)
           
 boolean isHelloOk()
           
 boolean isJoinOk()
           
 void join(LocalEventDispatchJoinContext<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

JoinHandler

public JoinHandler()
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(LocalEventDispatchJoinContext<Object,Integer,Object> context,
                 String hello,
                 String world,
                 int i)