com.hammurapi.eventbus.tests
Class RemoveHandler2

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

public class RemoveHandler2
extends Object


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

Constructor Detail

RemoveHandler2

public RemoveHandler2()
Method Detail

setExpectedWorld

public void setExpectedWorld(Object expectedWorld)

getWorldCounter

public int getWorldCounter()

isWorldOk

public boolean isWorldOk()

handleWorld

public void handleWorld(AtomicReference<String> strRef)

getEmCounter

public int getEmCounter()

isEmOk

public boolean isEmOk()

handleEm

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