15 行
		
	
	
		
			176 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 行
		
	
	
		
			176 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| /**
 | |
| * L'interface <code>Interface</code>
 | |
| *
 | |
| * @version
 | |
| * @author
 | |
| * Date :
 | |
| * Licence :
 | |
| */
 | |
| public interface Interface {
 | |
|    //Méthodes
 | |
|    public void Action() ;
 | |
| 
 | |
| }
 |