net.usa.rharder.tabusearch22
Interface TSEngineStartedListener


public interface TSEngineStartedListener

An object that will listen for the engine to start.

Since:
2.1
See Also:
TSEngine, TSTabuEvent

Method Summary
 void engineStarted(TSTabuEvent e)
          Called when the engine has started.
 

Method Detail

engineStarted

public void engineStarted(TSTabuEvent e)
Called when the engine has started.
Parameters:
e - The TSTabuEvent referencing the TSEngine that started.
See Also:
TSEngine, TSTabuEvent