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 TypeMethodDescriptionvoidquit()end program sessionreceiveAcceptResponse(String serviceName) voidsendDisplayRequest(DisplayRequest displayRequest) display the display request to the displayvoidsendException(ExceptionRequest exceptionRequest) voidsendReportFrame(ReportFrame reportFrame)
-
Method Details
-
sendException
-
quit
void quit()end program session -
sendDisplayRequest
display the display request to the display- Parameters:
displayRequest-
-
receiveAcceptResponse
-
sendReportFrame
-