org.joone.engine
Class NeuralNetAdapter

java.lang.Object
  extended by org.joone.engine.NeuralNetAdapter
All Implemented Interfaces:
java.util.EventListener, NeuralNetListener

public class NeuralNetAdapter
extends java.lang.Object
implements NeuralNetListener


Constructor Summary
NeuralNetAdapter()
           
 
Method Summary
 void cicleTerminated(NeuralNetEvent e)
           
 void errorChanged(NeuralNetEvent e)
           
 void netStarted(NeuralNetEvent e)
           
 void netStopped(NeuralNetEvent e)
           
 void netStoppedError(NeuralNetEvent e, java.lang.String error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeuralNetAdapter

public NeuralNetAdapter()
Method Detail

cicleTerminated

public void cicleTerminated(NeuralNetEvent e)
Specified by:
cicleTerminated in interface NeuralNetListener

netStopped

public void netStopped(NeuralNetEvent e)
Specified by:
netStopped in interface NeuralNetListener

netStarted

public void netStarted(NeuralNetEvent e)
Specified by:
netStarted in interface NeuralNetListener

errorChanged

public void errorChanged(NeuralNetEvent e)
Specified by:
errorChanged in interface NeuralNetListener

netStoppedError

public void netStoppedError(NeuralNetEvent e,
                            java.lang.String error)
Specified by:
netStoppedError in interface NeuralNetListener


Submit Feedback to pmarrone@users.sourceforge.net