Interface JsonNioClient
-
- All Known Implementing Classes:
Jmol
,JmolPanel
,NMR_JmolPanel
public interface JsonNioClient
a client of a JsonNioService -- just needs notices of the service shutting down or indicating that a banner needs to be changed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
JsonNioClient.TouchHandler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nioClosed(JsonNioServer jsonNioService)
void
processNioMessage(byte[] packet)
void
serverCycle()
-
-
-
Method Detail
-
nioClosed
void nioClosed(JsonNioServer jsonNioService)
-
processNioMessage
void processNioMessage(byte[] packet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
serverCycle
void serverCycle()
-
-