net.usa.rharder.tabusearch22
Interface TSUnimprovingMoveListener


public interface TSUnimprovingMoveListener

An object that will listen for the engine to make unimproving moves.

Since:
2.0
See Also:
TSTabuEvent

Method Summary
 void unimprovingMoveMade(TSTabuEvent e)
          Called when the engine is done.
 

Method Detail

unimprovingMoveMade

public void unimprovingMoveMade(TSTabuEvent e)
Called when the engine is done.
Parameters:
e - The TSTabuEvent referencing the TSEngine that made an unimproving move.
See Also:
TSTabuEvent, TSEngine