Interface LiveDataHandler

All Known Implementing Classes:
KriptonXLiveDataHandlerImpl, KriptonXPagedLiveDataHandlerImpl

public interface LiveDataHandler
  • Method Summary

    Modifier and Type Method Description
    void invalidate()
    Invalidates the LiveData.
  • Method Details

    • invalidate

      void invalidate()
      Invalidates the LiveData.

      When there are active observers, this will trigger a call to #compute().