MNP pour les préréservation, test simple et documentation
This commit is contained in:
12
src/fr/iutfbleau/projetIHM2021FI2/API/MonPrint.java
Normal file
12
src/fr/iutfbleau/projetIHM2021FI2/API/MonPrint.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package fr.iutfbleau.projetIHM2021FI2.API;
|
||||
/**
|
||||
* Toutes nos interfaces vont étendre cette interface.
|
||||
*/
|
||||
public interface MonPrint {
|
||||
|
||||
/**
|
||||
* Fonctionne comme ToPrint() sauf car une interface n'a pas le droit de faire un override sur ToPrint().
|
||||
* Toutes nos interfaces vont étendre cette interface.
|
||||
*/
|
||||
public String monPrint();
|
||||
}
|
||||
Reference in New Issue
Block a user