Interface EnergyListener

All Known Implementing Classes:
Shoot

public interface EnergyListener

Used primarily by the Shoot applet, a class implementing this interface may receive information about a search for eigenvalues.


Method Summary
 void energyChanged(double d)
          Called to signal that the best estimate for the energy has changed.
 void searchFinished()
          Called to signal that the search has finished.s
 

Method Detail

energyChanged

public void energyChanged(double d)
Called to signal that the best estimate for the energy has changed.
Parameters:
d - The new energy

searchFinished

public void searchFinished()
Called to signal that the search has finished.s