org.powertac.common.interfaces
Interface NewTariffListener
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 |
void |
publishNewTariffs(List<org.powertac.common.Tariff> tariffs)
Called periodically with a list of newly-published Tariffs |
publishNewTariffs
void publishNewTariffs(List<org.powertac.common.Tariff> tariffs)
- Called periodically with a list of newly-published Tariffs
Copyright © 2012 Power TAC. All Rights Reserved.