Package ej.rcommand

Interface RemoteConnectionListener


  • public interface RemoteConnectionListener
    A listener associated to a RemoteConnection.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void startRead()
      The remote command manager starts reading the associated connection.
      void stopRead()
      The remote command manager stops reading the associated connection.
    • Method Detail

      • startRead

        void startRead()
        The remote command manager starts reading the associated connection.
      • stopRead

        void stopRead()
        The remote command manager stops reading the associated connection.