Package | Description |
---|---|
client.domestic |
Modifier and Type | Class and Description |
---|---|
class |
AcceptTradeOverlay
Implementation of the "accept trade" overlay, which is used to let the user
accept or reject a trade
|
Modifier and Type | Field and Description |
---|---|
private IAcceptTradeOverlay |
DomesticTradeController.acceptOverlay |
Modifier and Type | Method and Description |
---|---|
IAcceptTradeOverlay |
DomesticTradeController.getAcceptOverlay() |
Modifier and Type | Method and Description |
---|---|
void |
DomesticTradeController.setAcceptOverlay(IAcceptTradeOverlay acceptOverlay) |
Constructor and Description |
---|
DomesticTradeController(IDomesticTradeView tradeView,
IDomesticTradeOverlay tradeOverlay,
IWaitView waitOverlay,
IAcceptTradeOverlay acceptOverlay)
DomesticTradeController constructor
|