sleep.bridges
Class BasicStrings
java.lang.Object
sleep.bridges.BasicStrings
- All Implemented Interfaces:
- Loadable
- public class BasicStrings
- extends Object
- implements Loadable
provides basic string parsing facilities
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicStrings
public BasicStrings()
scriptUnloaded
public boolean scriptUnloaded(ScriptInstance aScript)
- Description copied from interface:
Loadable
- called when a script is unloaded
- Specified by:
scriptUnloaded
in interface Loadable
scriptLoaded
public boolean scriptLoaded(ScriptInstance aScript)
- Description copied from interface:
Loadable
- called when a script is loaded
- Specified by:
scriptLoaded
in interface Loadable