Projekt

Obecné

Profil

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

    
2
public interface IConversionResults {
3

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