All Packages Class Hierarchy This Package Previous Next Index

Interface edu.syr.npac.webflow.module.Module
- public interface Module
- extends Object
Interface Module will be implemented by all the 'modules' in the
system. All the user code goes into a class that implements the
module interface

-
destroy()
- deallocate all resources allocated by the module.
-
run()
- run the module code
run
public abstract void run()
- run the module code
destroy
public abstract void destroy()
- deallocate all resources allocated by the module. Destroy the module

All Packages Class Hierarchy This Package Previous Next Index