Uses of Interface
org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent
-
Packages that use TransactionCompletedEvent Package Description org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachelistener.event.impl -
-
Uses of TransactionCompletedEvent in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type TransactionCompletedEvent Modifier and Type Method Description void
RemoteClusterListener. transactionCompleted(TransactionCompletedEvent event)
-
Uses of TransactionCompletedEvent in org.infinispan.notifications.cachelistener.event.impl
Classes in org.infinispan.notifications.cachelistener.event.impl that implement TransactionCompletedEvent Modifier and Type Class Description class
EventImpl<K,V>
Basic implementation of an event that covers all event types.
-