Class PopupResultHandler.ClientHandler

  • Enclosing class:
    PopupResultHandler

    private class PopupResultHandler.ClientHandler
    extends java.lang.Object
    Handles per-client state for message wait/response information.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientHandler​(Client client)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void result​(Response response)
      Updates status according to a received response.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nameLabel_

        final javax.swing.JLabel nameLabel_
      • statusLabel_

        final javax.swing.JLabel statusLabel_
      • responseDetailAction_

        final javax.swing.Action responseDetailAction_
    • Constructor Detail

      • ClientHandler

        ClientHandler​(Client client)
        Constructor.
        Parameters:
        client - client
    • Method Detail

      • result

        public void result​(Response response)
        Updates status according to a received response. If the response is null, it indicates that no response is expected in the future.
        Parameters:
        response - received response, or null