public class ManagerUI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
controllerIP
The Constant controllerIP.
|
static int |
controllerPORT
The Constant controllerPORT.
|
Constructor and Description |
---|
ManagerUI()
Create the application.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Launch the application.
|
void |
updateDisplayInventory(Message.DATA_Inventory o)
Update display inventory.
|
void |
updateDisplayMenu(Message.DATA_Menu o)
Update display menu.
|
public static final java.lang.String controllerIP
public static final int controllerPORT
public static void main(java.lang.String[] args)
args
- the argumentspublic void updateDisplayMenu(Message.DATA_Menu o)
o
- the opublic void updateDisplayInventory(Message.DATA_Inventory o)
o
- the o