* Save to the extent permitted by law, you may not use, copy, modify, * distribute or create derivative works of this material or any part * of it without the prior written consent of Filippo Engidashet. *
* The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. */ package com.nepalpolice.circle073.model.callback.login; import com.nepalpolice.circle073.model.helper.LoginResponse; /** * @author Filippo Engidashet * @version 1.0.0 * @date 1/22/2016 */ public interface LoginCallback { void onLoginSuccess(LoginResponse loginResponse); void onLoginFailure(String error); }
Autrice di articoli dedicati al mondo dei servizi personalizzati e della relazione tra utenti e fornitori.