sleep.bridges
Class RegexBridge
java.lang.Object
sleep.bridges.RegexBridge
- All Implemented Interfaces:
- Loadable
public class RegexBridge
- extends Object
- implements Loadable
Provides a bridge between Java's regex API and sleep. Rock on
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexBridge
public RegexBridge()
scriptUnloaded
public void scriptUnloaded(ScriptInstance aScript)
- Description copied from interface:
Loadable
- called when a script is unloaded
- Specified by:
scriptUnloaded
in interface Loadable
scriptLoaded
public void scriptLoaded(ScriptInstance aScript)
- Description copied from interface:
Loadable
- called when a script is loaded
- Specified by:
scriptLoaded
in interface Loadable