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 Detail

      • publishNewTariffs

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