com.github.devnied.emvnfccard.fragment.IRefreshable Maven / Gradle / Ivy
package com.github.devnied.emvnfccard.fragment;
/**
* Interface for updatebale content
*
* @author Millau Julien
*
*/
public interface IRefreshable {
/**
* Method used to update content
*/
void update();
}