com.hammurapi.eventbus.tests
Class RemoveHandler2o

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

public class RemoveHandler2o
extends Object


Constructor Summary
RemoveHandler2o()
           
 
Method Summary
 int getEmCounter()
           
 int getWorldCounter()
           
 void handleEm(LocalEventDispatchContext<Object,Integer,Object> context, LocalEventBusTests.ObservableStringReference strRef)
           
 void handleWorld(LocalEventBusTests.ObservableStringReference 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

RemoveHandler2o

public RemoveHandler2o()
Method Detail

setExpectedWorld

public void setExpectedWorld(Object expectedWorld)

getWorldCounter

public int getWorldCounter()

isWorldOk

public boolean isWorldOk()

handleWorld

public void handleWorld(LocalEventBusTests.ObservableStringReference strRef)

getEmCounter

public int getEmCounter()

isEmOk

public boolean isEmOk()

handleEm

public void handleEm(LocalEventDispatchContext<Object,Integer,Object> context,
                     LocalEventBusTests.ObservableStringReference strRef)