| Package | Description |
|---|---|
| client.discard | |
| client.domestic | |
| client.misc |
| Modifier and Type | Field and Description |
|---|---|
private IWaitView |
DiscardController.waitView |
| Modifier and Type | Method and Description |
|---|---|
IWaitView |
DiscardController.getWaitView() |
| Constructor and Description |
|---|
DiscardController(IDiscardView view,
IWaitView waitView)
DiscardController constructor
|
| Modifier and Type | Field and Description |
|---|---|
private IWaitView |
DomesticTradeController.waitOverlay |
| Modifier and Type | Method and Description |
|---|---|
IWaitView |
DomesticTradeController.getWaitOverlay() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomesticTradeController.setWaitOverlay(IWaitView waitView) |
| Constructor and Description |
|---|
DomesticTradeController(IDomesticTradeView tradeView,
IDomesticTradeOverlay tradeOverlay,
IWaitView waitOverlay,
IAcceptTradeOverlay acceptOverlay)
DomesticTradeController constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
WaitView
Implementation for the wait view, which is used to display wait dialogs to the user
|