Package | Description |
---|---|
client.domestic |
Modifier and Type | Class and Description |
---|---|
class |
DomesticTradeOverlay
Implementation of the domestic trade overlay, which allows the user to propose
a domestic trade
|
Modifier and Type | Field and Description |
---|---|
private IDomesticTradeOverlay |
DomesticTradeController.tradeOverlay |
Modifier and Type | Method and Description |
---|---|
IDomesticTradeOverlay |
DomesticTradeController.getTradeOverlay() |
Modifier and Type | Method and Description |
---|---|
void |
DomesticTradeController.setTradeOverlay(IDomesticTradeOverlay tradeOverlay) |
Constructor and Description |
---|
DomesticTradeController(IDomesticTradeView tradeView,
IDomesticTradeOverlay tradeOverlay,
IWaitView waitOverlay,
IAcceptTradeOverlay acceptOverlay)
DomesticTradeController constructor
|