/** * L'interface Interface * * @version * @author * Date : * Licence : */ public interface Interface { //Méthodes public void Action() ; }