com.hammurapi.eventbus.tests
Class StringHandlerWithMethodCondition

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

public class StringHandlerWithMethodCondition
extends Object


Constructor Summary
StringHandlerWithMethodCondition()
           
 
Method Summary
 int getCounter()
           
 void handle(String str)
           
 boolean isOk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringHandlerWithMethodCondition

public StringHandlerWithMethodCondition()
Method Detail

getCounter

public int getCounter()

isOk

public boolean isOk()

handle

public void handle(String str)