Package javaforce.pi
Class Test
java.lang.Object
javaforce.pi.Test
- All Implemented Interfaces:
WebUIHandler
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclientConnected(WebUIClient client) Invoked when a client connects for initvoidclientDisconnected(WebUIClient client) Invoked when a client disconnects for cleanupbyte[]getResource(String url) Returns raw resources from /static/...getRootPanel(WebUIClient client) Returns a root panel for a new client.static voidstatic voidvoidstart()static void
-
Field Details
-
panel
-
on
-
off
-
outputs
public static boolean[] outputs -
inputs
public static boolean[] inputs -
display
public static boolean[] display
-
-
Constructor Details
-
Test
public Test()
-
-
Method Details
-
main
-
start
public void start() -
clientConnected
Description copied from interface:WebUIHandlerInvoked when a client connects for init- Specified by:
clientConnectedin interfaceWebUIHandler
-
clientDisconnected
Description copied from interface:WebUIHandlerInvoked when a client disconnects for cleanup- Specified by:
clientDisconnectedin interfaceWebUIHandler
-
getRootPanel
Description copied from interface:WebUIHandlerReturns a root panel for a new client.- Specified by:
getRootPanelin interfaceWebUIHandler
-
getResource
Description copied from interface:WebUIHandlerReturns raw resources from /static/...- Specified by:
getResourcein interfaceWebUIHandler
-
write
-
read
-