com.headius
Class TestModule

java.lang.Object
  |
  +--com.headius.TestModule

public class TestModule
extends java.lang.Object
implements Module, java.awt.event.ActionListener

This is a very simple module to help you get started. Add the TestModule jar file to your classpath, and you should be able to load the module appropriately.


Constructor Summary
TestModule()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 void startModule(Litestep ls)
           
 void stopModule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestModule

public TestModule()
Method Detail

startModule

public void startModule(Litestep ls)
Specified by:
startModule in interface Module

stopModule

public void stopModule()
Specified by:
stopModule in interface Module

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener