3 lines
54 B
Groovy
Raw Normal View History

interface Notifier {
void notify(String message)
}