com.hammurapi.eventbus.tests
Class JoinRemoveHandler

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

public class JoinRemoveHandler
extends Object


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

Constructor Detail

JoinRemoveHandler

public JoinRemoveHandler()
Method Detail

isJoinOk

public boolean isJoinOk()

getJoinCounter

public int getJoinCounter()

join

public void join(LocalEventDispatchJoinContext<Object,Integer,Object> context,
                 String hello,
                 String world)