Package 

Interface LiveMapChange.Listener

    • Method Summary

      Modifier and Type Method Description
      abstract void onUpdated(@NotNull() LiveMapUpdate update) Called when the LiveMap has been updated.Should execute quickly as it's called from the real-time processing thread.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onUpdated

         abstract void onUpdated(@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