package com.atomjack.vcfp.interfaces; public interface GenericHandler { void onSuccess(); void onFailure(); }