net.usa.rharder.tabusearch22
Interface TSEngineFinishedListener


public interface TSEngineFinishedListener

An object that will listen for the engine to finish.

Since:
2.1
See Also:
TSEngine, TSTabuEvent

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

Method Detail

engineFinished

public void engineFinished(TSTabuEvent e)
Called when the engine is done.
Parameters:
e - The TSTabuEvent referencing the TSEngine that finished.
See Also:
TSEngine, TSTabuEvent