/* * Name: Presenter.java * Package: it.kaizenteam.app.presenter * Location: Sources/Applicazione/main/java/it/kaizenteam/app/presenter * Date: 2015-05-25 * Version: v1.00 * * History: * ================================================================= * Version Date Programmer Changes * ================================================================= * v1.00 2015-06-15 Carlon Chiara Approved * ================================================================= * v0.04 2015-06-03 Bucco Riccardo Verify * ================================================================= * v0.03 2015-05-29 Rubin Marco Edit * ================================================================= * v0.02 2015-05-26 Dal Bianco Davide Verify * ================================================================= * v0.01 2015-05-25 Moretto Alessandro Creation * ================================================================= * */ package it.kaizenteam.app.presenter; /** * LoginPresenter is the interface that represents any presenter. */ public interface Presenter { }