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.
    • Method Detail

      • processNioMessage

        void processNioMessage​(byte[] packet)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • serverCycle

        void serverCycle()