Interface IHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onAttached()
      This method will be invoked when the handler is added to a network client.
      void onRemoved()
      This method will be invoked when the handler is removed from a network client.
    • Method Detail

      • onAttached

        void onAttached()
        This method will be invoked when the handler is added to a network client.
      • onRemoved

        void onRemoved()
        This method will be invoked when the handler is removed from a network client.