Interface LongAdderWithDelegateMetric.Delegate
-
- Enclosing class:
- LongAdderWithDelegateMetric
public static interface LongAdderWithDelegateMetric.Delegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(long x)Called when the parent metric'saddmethod is called.voiddecrement()Called when the parent metric'sdecrementmethod is called.voidincrement()Called when the parent metric'sincrementmethod is called.
-