Package org.powertac.factoredcustomer
Interface ProfileRecommendation.Listener
-
- Enclosing class:
- ProfileRecommendation
public static interface ProfileRecommendation.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleProfileRecommendation(ProfileRecommendation rec)voidhandleProfileRecommendationPerSub(ProfileRecommendation rec, TariffSubscription sub, CapacityProfile capacityProfile)
-
-
-
Method Detail
-
handleProfileRecommendation
void handleProfileRecommendation(ProfileRecommendation rec)
-
handleProfileRecommendationPerSub
void handleProfileRecommendationPerSub(ProfileRecommendation rec, TariffSubscription sub, CapacityProfile capacityProfile)
-
-