-
public class LiveCounterUpdate.UpdateContains the specific details of a counter update operation.
-
-
Constructor Summary
Constructors Constructor Description LiveCounterUpdate.Update(Double amount)Creates an Update with the specified amount.
-
Method Summary
-
-
Constructor Detail
-
LiveCounterUpdate.Update
LiveCounterUpdate.Update(Double amount)
Creates an Update with the specified amount.- Parameters:
amount- the counter change amount (positive = increment, negative = decrement)
-
-
-
-