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 cleanupgetPanel(String name, HTTP.Parameters params, WebUIClient client) Returns a root panel for a new client.byte[]getResource(String url, HTTP.Parameters params, WebResponse res) Returns raw resources from /static/...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
-
getPanel
Description copied from interface:WebUIHandlerReturns a root panel for a new client.- Specified by:
getPanelin interfaceWebUIHandler
-
getResource
Description copied from interface:WebUIHandlerReturns raw resources from /static/...- Specified by:
getResourcein interfaceWebUIHandler
-
write
-
read
-