1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/source/net/sourceforge/tuned/MessageHandler.java

12 lines
131 B
Java
Raw Normal View History

package net.sourceforge.tuned;
public interface MessageHandler {
public void handle(String topic, String... messages);
}