Interface CounterEvent
- All Known Implementing Classes:
HotRodCounterEvent
-
Method Summary
Modifier and TypeMethodDescriptionlonglong
-
Method Details
-
getOldValue
long getOldValue()- Returns:
- the previous value.
-
getOldState
CounterState getOldState()- Returns:
- the previous state.
-
getNewValue
long getNewValue()- Returns:
- the counter value.
-
getNewState
CounterState getNewState()- Returns:
- the counter state.
-