Package xal.extension.solver.market
Interface AlgorithmMarketListener
- All Known Implementing Classes:
Solver
public interface AlgorithmMarketListener
AlgorithmMarketListener
- Since:
- Sep 21, 2004
- Author:
- tap
-
Method Summary
Modifier and TypeMethodDescriptionvoidpoolChanged(AlgorithmMarket market, AlgorithmPool oldPool, AlgorithmPool newPool) Event indicating that the algorithm pool changed.
-
Method Details
-
poolChanged
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.
-