Package org.powertac.common.interfaces
Interface NewTariffListener
- All Known Implementing Classes:
CustomerModelService
public interface NewTariffListener
Implementors of this interface can be notified of new tariff publication
by calling registerNewTariffListener(this) on the TariffMarket. This
will happen periodically, a few times/day.
- Author:
- jcollins
-
Method Summary
Modifier and Type Method Description voidpublishNewTariffs(List<org.powertac.common.Tariff> tariffs)Called periodically with a list of newly-published Tariffs
-
Method Details
-
publishNewTariffs
Called periodically with a list of newly-published Tariffs
-