com.hammurapi.eventbus.local
Class LocalEventStoreImpl.LocalEventLiveView<E,P extends Comparable<P>,C>

Show UML class diagram
java.lang.Object
  extended by 
      extended by com.hammurapi.eventbus.local.LocalEventStoreImpl.LocalEventLiveView<E,P,C>
All Implemented Interfaces:
EventStore<E,P,C,AbstractEventBus.Handle<E,P,C,Long>,LocalEventStore<E,P,C>>, LocalEventStore<E,P,C>
Enclosing class:
LocalEventStoreImpl<E,P extends Comparable<P>,C>

protected static class LocalEventStoreImpl.LocalEventLiveView<E,P extends Comparable<P>,C>
extends
implements LocalEventStore<E,P,C>


Constructor Summary
LocalEventStoreImpl.LocalEventLiveView(LocalEventStore<E,P,C> master,  selector)
           
 
Method Summary
 LocalEventStore<E,P,C> createUnmodifiableFacade()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalEventStoreImpl.LocalEventLiveView

public LocalEventStoreImpl.LocalEventLiveView(LocalEventStore<E,P,C> master,
                                               selector)
Method Detail

createUnmodifiableFacade

public LocalEventStore<E,P,C> createUnmodifiableFacade()