public class NeuralNetAdapter extends java.lang.Object implements NeuralNetListener
| Constructor and Description |
|---|
NeuralNetAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
cicleTerminated(NeuralNetEvent e) |
void |
errorChanged(NeuralNetEvent e) |
void |
netStarted(NeuralNetEvent e) |
void |
netStopped(NeuralNetEvent e) |
void |
netStoppedError(NeuralNetEvent e,
java.lang.String error) |
public void cicleTerminated(NeuralNetEvent e)
cicleTerminated in interface NeuralNetListenerpublic void netStopped(NeuralNetEvent e)
netStopped in interface NeuralNetListenerpublic void netStarted(NeuralNetEvent e)
netStarted in interface NeuralNetListenerpublic void errorChanged(NeuralNetEvent e)
errorChanged in interface NeuralNetListenerpublic void netStoppedError(NeuralNetEvent e, java.lang.String error)
netStoppedError in interface NeuralNetListenerSubmit Feedback to pmarrone@users.sourceforge.net