Interface JsonNioClient
-
- All Known Implementing Classes:
Jmol,JmolPanel,NMR_JmolPanel
public interface JsonNioClienta 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 classJsonNioClient.TouchHandler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnioClosed(JsonNioServer jsonNioService)voidprocessNioMessage(byte[] packet)voidserverCycle()
-
-
-
Method Detail
-
nioClosed
void nioClosed(JsonNioServer jsonNioService)
-
processNioMessage
void processNioMessage(byte[] packet) throws java.lang.Exception- Throws:
java.lang.Exception
-
serverCycle
void serverCycle()
-
-