3 lines
45 B
Java
3 lines
45 B
Java
public interface Callable{
|
|
void call();
|
|
} |
public interface Callable{
|
|
void call();
|
|
} |