Interface IScreenClient

All Known Implementing Classes:
ScreenClient

public interface IScreenClient
Common interface for communicating between program logic and screen server implementation
  • Method Details

    • sendException

      void sendException(ExceptionRequest exceptionRequest)
    • quit

      void quit()
      end program session
    • sendDisplayRequest

      void sendDisplayRequest(DisplayRequest displayRequest)
      display the display request to the display
      Parameters:
      displayRequest -
    • receiveAcceptResponse

      AcceptResponse receiveAcceptResponse(String serviceName)
    • sendReportFrame

      void sendReportFrame(ReportFrame reportFrame)