|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeclModule
The HeclModule
interface describes what modules
implement in order to be loaded into Hecl.
Method Summary | |
---|---|
void |
loadModule(Interp interp)
The loadModule method usually takes care of
creating commands that are present in this module. |
void |
unloadModule(Interp interp)
The unloadModule method takes care of any clean up
that's necessary, such as unloading commands created by this
module. |
Method Detail |
---|
void loadModule(Interp interp) throws HeclException
loadModule
method usually takes care of
creating commands that are present in this module.
interp
- an Interp
value
HeclException
- if an error occursvoid unloadModule(Interp interp) throws HeclException
unloadModule
method takes care of any clean up
that's necessary, such as unloading commands created by this
module.
interp
- an Interp
value
HeclException
- if an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |