Public Member Functions | |
ManagerBusyDlg (AdministratorClient client, String msg) | |
void | updateMessage (String newMsg) |
synchronized void | managerNotBusy () |
void | actionPerformed (ActionEvent e) |
Private Member Functions | |
void | initialize (String msg) |
Private Attributes | |
AdministratorClient | adminClient |
JButton | stopBtn = new JButton("Interrupt") |
JLabel | msgLbl = new JLabel() |
|
Constructor
|
|
|
|
|
|
Signal this dialog that the manager is not anymore busy The dialog is disposed |
|
Update the message for the user
|
|
|
|
|
|
|