Interface AlgorithmMarketListener

All Known Implementing Classes:
Solver

public interface AlgorithmMarketListener
AlgorithmMarketListener
Since:
Sep 21, 2004
Author:
tap
  • Method Details

    • poolChanged

      void poolChanged(AlgorithmMarket market, AlgorithmPool oldPool, AlgorithmPool newPool)
      Event indicating that the algorithm pool changed.
      Parameters:
      market - The market whose pool has changed.
      oldPool - The old algorithm pool.
      newPool - The new algorithm pool.