Uses of Interface
com.hammurapi.eventbus.snapshot.CompositeEvent

Packages that use CompositeEvent
com.hammurapi.eventbus.snapshot   
com.hammurapi.eventbus.snapshot.impl   
com.hammurapi.eventbus.snapshot.util   
 

Uses of CompositeEvent in com.hammurapi.eventbus.snapshot
 

Methods in com.hammurapi.eventbus.snapshot that return CompositeEvent
 CompositeEvent SnapshotFactory.createCompositeEvent()
          Returns a new object of class 'Composite Event'.
 

Uses of CompositeEvent in com.hammurapi.eventbus.snapshot.impl
 

Classes in com.hammurapi.eventbus.snapshot.impl that implement CompositeEvent
 class CompositeEventImpl
          An implementation of the model object 'Composite Event'.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return CompositeEvent
 CompositeEvent SnapshotFactoryImpl.createCompositeEvent()
           
 

Uses of CompositeEvent in com.hammurapi.eventbus.snapshot.util
 

Methods in com.hammurapi.eventbus.snapshot.util with parameters of type CompositeEvent
 T SnapshotSwitch.caseCompositeEvent(CompositeEvent object)
          Returns the result of interpreting the object as an instance of 'Composite Event'.