org.powertac.visualizer.interfaces
Interface TimeslotCompleteActivation

All Known Implementing Classes:
BrokerService, CustomerService, GencoService, WeatherInfoService, WholesaleService

public interface TimeslotCompleteActivation

Should be implemented by spring's singletons that need activation upon timeslot completion.

Author:
Jurica Babic

Method Summary
 void activate(int timeslotIndex, org.joda.time.Instant postedTime)
           
 

Method Detail

activate

void activate(int timeslotIndex,
              org.joda.time.Instant postedTime)
Parameters:
timeslotIndex - index of completed timeslot.
Throws:
org.primefaces.json.JSONException


Copyright © 2013 Power TAC. All Rights Reserved.