fr.jussieu.gla.wasa.monitor.event
Class AlgorithmAdapter

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.monitor.event.AlgorithmAdapter
All Implemented Interfaces:
AlgorithmListener, java.util.EventListener

public class AlgorithmAdapter
extends java.lang.Object
implements AlgorithmListener

A simple Adapter pattern implementation.

Version:
$Revision: 1.4 $ $Date: 2002/03/21 16:43:09 $
Author:
Laurent Caillette

Constructor Summary
AlgorithmAdapter()
           
 
Method Summary
 void endStep(StepEvent event)
           
 void startMonitoring(MonitorEvent event)
           
 void startStep(StepEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmAdapter

public AlgorithmAdapter()
Method Detail

startMonitoring

public void startMonitoring(MonitorEvent event)
Specified by:
startMonitoring in interface AlgorithmListener

startStep

public void startStep(StepEvent event)
Specified by:
startStep in interface AlgorithmListener

endStep

public void endStep(StepEvent event)
Specified by:
endStep in interface AlgorithmListener