Package org.infinispan.counter.api
Interface CounterListener
-
public interface CounterListenerA listener interface to listen toStrongCounterchanges.The events received will have the previous/current value and its previous/current state.
- Since:
- 9.0
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonUpdate(CounterEvent entry)
-
-
-
Method Detail
-
onUpdate
void onUpdate(CounterEvent entry)
-
-