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