com.hammurapi.eventbus.tests
Class RemoveHandler

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

public class RemoveHandler
extends Object


Constructor Summary
RemoveHandler()
           
 
Method Summary
 int getEmCounter()
           
 int getWorldCounter()
           
 void handleEm(LocalEventDispatchContext<Object,Integer,Object> context, String str)
           
 void handleWorld(String str)
           
 boolean isEmOk()
           
 boolean isWorldOk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveHandler

public RemoveHandler()
Method Detail

getWorldCounter

public int getWorldCounter()

isWorldOk

public boolean isWorldOk()

getEmCounter

public int getEmCounter()

isEmOk

public boolean isEmOk()

handleWorld

public void handleWorld(String str)

handleEm

public void handleEm(LocalEventDispatchContext<Object,Integer,Object> context,
                     String str)