Package io.ably.lib.objects.type.map
Interface LiveMapChange.Listener
- Enclosing interface:
- LiveMapChange
public static interface LiveMapChange.Listener
Listener interface for receiving LiveMap updates.
Spec: RTLO4b3
-
Method Summary
Modifier and TypeMethodDescriptionvoidonUpdated(@NotNull LiveMapUpdate update) Called when the LiveMap has been updated.
-
Method Details
-
onUpdated
Called when the LiveMap has been updated. Should execute quickly as it's called from the real-time processing thread.- Parameters:
-
update- details about which keys were modified and how
-