5 řádky
98 B
Java
5 řádky
98 B
Java
package fr.insa.clavardator.util;
|
|
|
|
public interface ErrorCallback {
|
|
void onError(Exception e);
|
|
}
|