Class SimpleTabResponseHandler

    • Constructor Detail

      • SimpleTabResponseHandler

        public SimpleTabResponseHandler​(AbstractRemoteControlCenterTab tab)
        Initializes the handler.
        Parameters:
        tab - the tab this handler belongs to
    • Method Detail

      • responseSuccessful

        public void responseSuccessful​(RemoteCommand cmd)
        Does nothing.
        Parameters:
        cmd - the command with the response
      • responseFailed

        public void responseFailed​(RemoteCommand cmd,
                                   String msg)
        Displays error.
        Parameters:
        cmd - the command with the response
        msg - message, can be null