Package com.abubusoft.kripton.android
Interface LiveDataHandler
- All Known Implementing Classes:
KriptonXLiveDataHandlerImpl,KriptonXPagedLiveDataHandlerImpl
public interface LiveDataHandler
-
Method Summary
Modifier and Type Method Description voidinvalidate()Invalidates the LiveData.
-
Method Details
-
invalidate
void invalidate()Invalidates the LiveData.When there are active observers, this will trigger a call to
#compute().
-