Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.client.interfaces;import org.tela_botanica.client.modeles.ListeImage;public interface IRetourImage {public void onRetour(ListeImage listeImage);}