22 package com.realtime.crossfire.jxclient.scripts;
24 import org.jetbrains.annotations.NotNull;
void addScriptProcessListener(@NotNull ScriptProcessListener scriptProcessListener)
Adds a ScriptProcessListener to be notified.
int getScriptId()
Returns the script ID identifying this script instance.
Interface for listeners interested in ScriptProcess related events.
String getFilename()
Returns the script's filename.
void killScript()
Kills the script process.
void commandSent(@NotNull String cmd)
Sends a message to the script process.
An external command executed as a client-sided script.