sleep.bridges
Class TimeDateBridge

java.lang.Object
  extended by sleep.bridges.TimeDateBridge
All Implemented Interfaces:
Loadable

public class TimeDateBridge
extends java.lang.Object
implements Loadable


Constructor Summary
TimeDateBridge()
           
 
Method Summary
 boolean scriptLoaded(ScriptInstance script)
          called when a script is loaded
 boolean scriptUnloaded(ScriptInstance script)
          called when a script is unloaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeDateBridge

public TimeDateBridge()
Method Detail

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