blob: 2ddf5204e65b0dcc0928189d8fe26a39a4cd4a6e [file] [log] [blame] [raw]
package gamax92.ocsymon;
/** Interface defining callbacks provided by the host. */
public interface SymonNativeFunction {
Object invoke(Object[] args);
}