Uses of Interface
org.infinispan.counter.api.CounterListener
Packages that use CounterListener
Package
Description
Clustered Counters API.
-
Uses of CounterListener in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl with type parameters of type CounterListenerModifier and TypeMethodDescription<T extends CounterListener>
Handle<T> BaseCounter.addListener
(T listener) <T extends CounterListener>
Handle<T> NotificationManager.addListener
(String counterName, T listener) -
Uses of CounterListener in org.infinispan.counter.api
Classes in org.infinispan.counter.api with type parameters of type CounterListenerModifier and TypeInterfaceDescriptioninterface
Handle<T extends CounterListener>
As a return ofStrongCounter.addListener(CounterListener)
, it is used to un-register theCounterListener
.Methods in org.infinispan.counter.api with type parameters of type CounterListenerModifier and TypeMethodDescription<T extends CounterListener>
Handle<T> StrongCounter.addListener
(T listener) Registers aCounterListener
to this counter.<T extends CounterListener>
Handle<T> WeakCounter.addListener
(T listener) Adds aCounterListener
to this counter.