Package io.ably.lib.objects.type.counter
Interface LiveCounterChange.Listener
- Enclosing interface:
- LiveCounterChange
public static interface LiveCounterChange.Listener
Listener interface for receiving LiveCounter updates.
Spec: RTLO4b3
-
Method Summary
Modifier and TypeMethodDescriptionvoidonUpdated(@NotNull LiveCounterUpdate update) Called when the LiveCounter has been updated.
-
Method Details
-
onUpdated
Called when the LiveCounter has been updated. Should execute quickly as it's called from the real-time processing thread.- Parameters:
-
update- details about the counter change
-