Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.Event
-
Packages that use Event Package Description org.infinispan.notifications.cachemanagerlistener.event EmbeddedCacheManager-specific listener events -
-
Uses of Event in org.infinispan.notifications.cachemanagerlistener.event
Subinterfaces of Event in org.infinispan.notifications.cachemanagerlistener.event Modifier and Type Interface Description interfaceCacheStartedEventThis event is passed in to any method annotated withCacheStarted.interfaceCacheStoppedEventThis event is passed in to any method annotated withCacheStopped.interfaceMergeEventThis event is passed in to any method annotated withMerged.interfaceViewChangedEventThis event is passed in to any method annotated withViewChanged.
-