Interface LiveMapChange.Listener

Enclosing interface:
LiveMapChange

public static interface LiveMapChange.Listener
Listener interface for receiving LiveMap updates. Spec: RTLO4b3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdated(@NotNull LiveMapUpdate update)
    Called when the LiveMap has been updated.
  • Method Details

    • onUpdated

      void onUpdated(@NotNull @NotNull LiveMapUpdate update)
      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