sleep.bridges

Class TimeDateBridge

Implemented Interfaces:
Loadable

public class TimeDateBridge
extends Object
implements Loadable

Method Summary

boolean
scriptLoaded(ScriptInstance script)
called when a script is loaded
boolean
scriptUnloaded(ScriptInstance script)
called when a script is unloaded

Method Details

scriptLoaded

public boolean scriptLoaded(ScriptInstance script)
called when a script is loaded
Specified by:
scriptLoaded in interface Loadable

scriptUnloaded

public boolean scriptUnloaded(ScriptInstance script)
called when a script is unloaded
Specified by:
scriptUnloaded in interface Loadable