Interface FactoredCustomer
-
public interface FactoredCustomer
- Author:
- Prashant Reddy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evaluateTariffs()
void
handleNewTimeslot()
void
initialize(FactoredCustomerService factoredCustomerService)
void
updatedSubscriptionRepo()
-
-
-
Method Detail
-
initialize
void initialize(FactoredCustomerService factoredCustomerService)
-
evaluateTariffs
void evaluateTariffs()
-
handleNewTimeslot
void handleNewTimeslot()
-
updatedSubscriptionRepo
void updatedSubscriptionRepo()
-
-