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

Method Index

 o destroy()
deallocate all resources allocated by the module.
 o run()
run the module code

Methods

 o run
 public abstract void run()
run the module code

 o destroy
 public abstract void destroy()
deallocate all resources allocated by the module. Destroy the module

All Packages  Class Hierarchy  This Package  Previous  Next  Index