Package com.breautek.fuse
Class FusePlugin.APIHandler<TPlugin extends FusePlugin>
java.lang.Object
com.breautek.fuse.FusePlugin.APIHandler<TPlugin>
- Enclosing class:
- FusePlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
execute
(FuseAPIPacket packet, FuseAPIResponse response)
-
Field Details
-
plugin
-
-
Constructor Details
-
APIHandler
-
-
Method Details
-
execute
public abstract void execute(FuseAPIPacket packet, FuseAPIResponse response) throws IOException, org.json.JSONException - Throws:
IOException
org.json.JSONException
-