All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kt3k.straw.JsToNativeInterface Maven / Gradle / Ivy

The newest version!
package org.kt3k.straw;

interface JsToNativeInterface {
	public void exec(String pluginName, String actionName, String argumentJson, String callbackId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy