3 lines
54 B
Groovy
3 lines
54 B
Groovy
|
interface Notifier {
|
||
|
void notify(String message)
|
||
|
}
|