Subversion Repositories eFlore/Archives.cel-v2

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

package org.tela_botanica.client;

public interface IRetourImage {
        
        public void onRetour(ListeImage listeImage);

}