1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-11 03:45:06 -05: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);
}