Package com.softwaremining.ui
Interface IScreenClient
- All Known Implementing Classes:
ScreenClient
public interface IScreenClient
Common interface for communicating between program logic
and screen server implementation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
quit()
end program sessionreceiveAcceptResponse
(String serviceName) void
sendDisplayRequest
(DisplayRequest displayRequest) display the display request to the displayvoid
sendException
(ExceptionRequest exceptionRequest) void
sendReportFrame
(ReportFrame reportFrame)
-
Method Details
-
sendException
-
quit
void quit()end program session -
sendDisplayRequest
display the display request to the display- Parameters:
displayRequest
-
-
receiveAcceptResponse
-
sendReportFrame
-