org.joone.script
Interface MacroInterface
-
- All Superinterfaces:
- java.util.EventListener, NeuralNetListener
- All Known Implementing Classes:
- GroovyMacroPlugin, MacroPlugin
public interface MacroInterface extends NeuralNetListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description MacroManagergetMacroManager()Getter for property macroManager.voidrunMacro(java.lang.String text)Run a generic macro contained in a textvoidset(java.lang.String name, java.lang.Object jObject)Exports an internal variable in the script's namespacevoidsetMacroManager(MacroManager macroManager)Setter for property macroManager.-
Methods inherited from interface org.joone.engine.NeuralNetListener
cicleTerminated, errorChanged, netStarted, netStopped, netStoppedError
-
-
-
-
Method Detail
-
set
void set(java.lang.String name, java.lang.Object jObject)Exports an internal variable in the script's namespace- Parameters:
name- - the name of the variable in the script's namespacejObject- - the value of the exported variable
-
runMacro
void runMacro(java.lang.String text)
Run a generic macro contained in a text
-
getMacroManager
MacroManager getMacroManager()
Getter for property macroManager.- Returns:
- Value of property macroManager.
-
setMacroManager
void setMacroManager(MacroManager macroManager)
Setter for property macroManager.- Parameters:
macroManager- New value of property macroManager.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG