com.hammurapi.eventbus.tests
Class OppositeHandler

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

public class OppositeHandler
extends Object


Constructor Summary
OppositeHandler()
           
 
Method Summary
 void handleInteger(Integer i)
           
 void handleOne(String str)
           
 void handleTwo(String s)
           
 boolean isOneInvoked()
           
 boolean isTwoInvoked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OppositeHandler

public OppositeHandler()
Method Detail

handleOne

public void handleOne(String str)

handleTwo

public void handleTwo(String s)

handleInteger

public void handleInteger(Integer i)

isOneInvoked

public boolean isOneInvoked()

isTwoInvoked

public boolean isTwoInvoked()