All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.abubusoft.kripton.android.LiveDataHandler Maven / Gradle / Ivy

Go to download

Kripton Persistence Library for Android platform - core module for android modules

There is a newer version: 8.2.0-rc.4
Show newest version
package com.abubusoft.kripton.android;

public interface LiveDataHandler {

	/**
	 * Invalidates the LiveData.
	 * 

* When there are active observers, this will trigger a call to * {@link #compute()}. */ void invalidate(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy