com.hammurapi.eventbus.tests
Class TemplateJavaBinder

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.tests.TemplateJavaBinder
All Implemented Interfaces:
JavaBinder<Object,Object,Long,AbstractEventBus.Handle<Object,Integer,Object,Long>,LocalEventStore<Object,Integer,Object>,LocalEventBus<Object,Integer,Object>,JoinHandler>

public class TemplateJavaBinder
extends Object
implements JavaBinder<Object,Object,Long,AbstractEventBus.Handle<Object,Integer,Object,Long>,LocalEventStore<Object,Integer,Object>,LocalEventBus<Object,Integer,Object>,JoinHandler>


Constructor Summary
TemplateJavaBinder()
           
 
Method Summary
 Set<Long> bind(JoinHandler instance, LocalEventBus<Object,Integer,Object> bus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateJavaBinder

public TemplateJavaBinder()
Method Detail

bind

public Set<Long> bind(JoinHandler instance,
                      LocalEventBus<Object,Integer,Object> bus)
Specified by:
bind in interface JavaBinder<Object,Object,Long,AbstractEventBus.Handle<Object,Integer,Object,Long>,LocalEventStore<Object,Integer,Object>,LocalEventBus<Object,Integer,Object>,JoinHandler>