private class PopupResultHandler.ClientHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) javax.swing.JLabel |
nameLabel_ |
(package private) Response |
response_ |
(package private) javax.swing.Action |
responseDetailAction_ |
(package private) javax.swing.JLabel |
statusLabel_ |
Constructor and Description |
---|
ClientHandler(Client client)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
result(Response response)
Updates status according to a received response.
|
final javax.swing.JLabel nameLabel_
final javax.swing.JLabel statusLabel_
final javax.swing.Action responseDetailAction_
Response response_
ClientHandler(Client client)
client
- clientpublic void result(Response response)
response
- received response, or null