-
public interface LiveCounterChange.ListenerListener interface for receiving LiveCounter updates.Spec: RTLO4b3
-
-
Method Summary
Modifier and Type Method Description abstract voidonUpdated(@NotNull() LiveCounterUpdate update)Called when the LiveCounter has been updated.Should execute quickly as it's called from the real-time processing thread. -
-
Method Detail
-
onUpdated
abstract void onUpdated(@NotNull() LiveCounterUpdate update)
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
-
-
-
-