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 interface
CacheStartedEvent
This event is passed in to any method annotated withCacheStarted
.interface
CacheStoppedEvent
This event is passed in to any method annotated withCacheStopped
.interface
MergeEvent
This event is passed in to any method annotated withMerged
.interface
ViewChangedEvent
This event is passed in to any method annotated withViewChanged
.
-