Interface CampaignEventPlugin.PriceUpdatePlugin
- All Known Implementing Classes:
PriceUpdate
- Enclosing interface:
- CampaignEventPlugin
public static interface CampaignEventPlugin.PriceUpdatePlugin
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getMarket
MarketAPI getMarket() -
getCommodity
CommodityOnMarketAPI getCommodity() -
getSupplyPrice
float getSupplyPrice() -
getDemandPrice
float getDemandPrice() -
getType
-
getTimestamp
long getTimestamp() -
updateType
void updateType() -
getDemand
float getDemand() -
getAvailable
float getAvailable() -
getRoundedPriceForDisplay
int getRoundedPriceForDisplay()
-