| Name | Description | Type | Package | Framework |
| CacheEntriesEvictedEvent | This event subtype is passed in to any method annotated with CacheEntriesEvicted. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryActivatedEvent | This event subtype is passed in to any method annotated with CacheEntryActivated. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryCreatedEvent | This event subtype is passed in to any method annotated withSince:4. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryEvent | A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryExpiredEvent | This event subtype is passed in to any method annotated with The getValue() method returns the value of the entry before it expired. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryInvalidatedEvent | Notifies a listener of an invalidation event. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryLoadedEvent | This event subtype is passed in to any method annotated with CacheEntryLoaded. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryModifiedEvent | This event subtype is passed in to any method annotated with CacheEntryModified The getValue() method's behavior is specific to whether the callback is triggered before or after the event | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryPassivatedEvent | This event subtype is passed in to any method annotated with CacheEntryPassivated. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryRemovedEvent | This event subtype is passed in to any method annotated with CacheEntryRemoved. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| CacheEntryVisitedEvent | This event subtype is passed in to any method annotated with CacheEntryVisited. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| DataRehashedEvent | An event passed in to methods annotated with DataRehashed. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| Event | An interface that defines common characteristics of eventsSince:4. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| Event .Type | Class | org.infinispan.notifications.cachelistener.event.Event | Infinispan | |
| PartitionStatusChangedEvent | The event passed in to methods annotated with PartitionStatusChanged. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| TopologyChangedEvent | The event passed in to methods annotated with TopologyChanged. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| TransactionalEvent | An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| TransactionCompletedEvent | This event is passed in to any method annotated with TransactionCompleted. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |
| TransactionRegisteredEvent | This event is passed in to any method annotated with TransactionRegistered. | Interface | org.infinispan.notifications.cachelistener.event | Infinispan |