brain.hedonic
Class MModule

java.lang.Object
  extended by brain.hedonic.MModule
All Implemented Interfaces:
TimerListener, java.util.EventListener
Direct Known Subclasses:
SLFStrategy

abstract class MModule
extends java.lang.Object
implements TimerListener


Constructor Summary
MModule(int mmsec)
           
 
Method Summary
(package private) abstract  void process()
           
 void timeElapsed(TimerEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MModule

MModule(int mmsec)
Method Detail

timeElapsed

public void timeElapsed(TimerEvent evt)
Specified by:
timeElapsed in interface TimerListener

process

abstract void process()