sleep.bridges
Class FileSystemBridge

java.lang.Object
  extended bysleep.bridges.FileSystemBridge
All Implemented Interfaces:
Loadable

public class FileSystemBridge
extends Object
implements Loadable

provides a bridge for accessing the local file system


Constructor Summary
FileSystemBridge()
           
 
Method Summary
 boolean scriptLoaded(ScriptInstance aScript)
          called when a script is loaded
 boolean scriptUnloaded(ScriptInstance aScript)
          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

FileSystemBridge

public FileSystemBridge()
Method Detail

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