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
    void publishNewTariffs​(List<org.powertac.common.Tariff> tariffs)
    Called periodically with a list of newly-published Tariffs
  • Method Details

    • publishNewTariffs

      void publishNewTariffs​(List<org.powertac.common.Tariff> tariffs)
      Called periodically with a list of newly-published Tariffs