Projekt

Obecné

Profil

Stáhnout (149 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1

    
2
public interface IConversionResults {
3

    
4
	public void loadingInputFileError();
5
	public void completed(String html, String json, boolean testing);
6
	
7
}
(5-5/7)