com.hammurapi.eventbus.tests
Class MoreRestrictiveHandler

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

public class MoreRestrictiveHandler
extends Object


Constructor Summary
MoreRestrictiveHandler()
           
 
Method Summary
 void handleCollection(Collection<?> collection)
           
 void handleList(List<?> list)
           
 boolean isCollectionInvoked()
           
 boolean isListInvoked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoreRestrictiveHandler

public MoreRestrictiveHandler()
Method Detail

handleList

public void handleList(List<?> list)

handleCollection

public void handleCollection(Collection<?> collection)

isListInvoked

public boolean isListInvoked()

isCollectionInvoked

public boolean isCollectionInvoked()