org.hecl
Interface HeclModule
-
public interface HeclModuleTheHeclModuleinterface describes what modules implement in order to be loaded into Hecl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidloadModule(Interp interp)TheloadModulemethod usually takes care of creating commands that are present in this module.voidunloadModule(Interp interp)TheunloadModulemethod takes care of any clean up that's necessary, such as unloading commands created by this module.
-
-
-
Method Detail
-
loadModule
void loadModule(Interp interp) throws HeclException
TheloadModulemethod usually takes care of creating commands that are present in this module.- Parameters:
interp- anInterpvalue- Throws:
HeclException- if an error occurs
-
unloadModule
void unloadModule(Interp interp) throws HeclException
TheunloadModulemethod takes care of any clean up that's necessary, such as unloading commands created by this module.- Parameters:
interp- anInterpvalue- Throws:
HeclException- if an error occurs
-
-
DataMelt 3.0 © DataMelt by jWork.ORG