rero.gui.script
Class UIOperators
java.lang.Object
rero.gui.script.UIOperators
- All Implemented Interfaces:
- Function, Loadable
- public class UIOperators
- extends Object
- implements Function, Loadable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
session
protected IRCSession session
UIOperators
public UIOperators(IRCSession _session)
scriptLoaded
public boolean scriptLoaded(ScriptInstance script)
- Specified by:
scriptLoaded
in interface Loadable
scriptUnloaded
public boolean scriptUnloaded(ScriptInstance script)
- Specified by:
scriptUnloaded
in interface Loadable
evaluate
public Scalar evaluate(String function,
ScriptInstance script,
Stack locals)
- Specified by:
evaluate
in interface Function