com.hammurapi.eventbus
Class AbstractEventBus.CreateMasterHandleResult

Show UML class diagram
java.lang.Object
  extended by com.hammurapi.eventbus.AbstractEventBus.CreateMasterHandleResult
Enclosing class:
AbstractEventBus<E,P extends Comparable<P>,C,K,H extends AbstractEventBus.Handle<E,P,C,K>,S extends EventStore<E,P,C,H,S>>

protected class AbstractEventBus.CreateMasterHandleResult
extends Object


Method Summary
 H getHandle()
           
 boolean isNew()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNew

public boolean isNew()

getHandle

public H getHandle()