2008-03-19 18:14:38 -04:00
|
|
|
|
|
|
|
package net.sourceforge.tuned;
|
|
|
|
|
|
|
|
|
2008-03-19 20:51:49 -04:00
|
|
|
public interface MessageHandler {
|
2008-03-19 18:14:38 -04:00
|
|
|
|
2008-07-30 18:37:01 -04:00
|
|
|
public void handle(String topic, Object... messages);
|
2008-03-19 18:14:38 -04:00
|
|
|
|
|
|
|
}
|