Package org.powertac.common.interfaces
Interface NewTariffListener
-
- All Known Implementing Classes:
CustomerModelService
public interface NewTariffListenerImplementors 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublishNewTariffs(List<org.powertac.common.Tariff> tariffs)Called periodically with a list of newly-published Tariffs
-
-
-
Method Detail
-
publishNewTariffs
void publishNewTariffs(List<org.powertac.common.Tariff> tariffs)
Called periodically with a list of newly-published Tariffs
-
-