Package 

Interface IHandler

    • Method Summary

      Modifier and Type Method Description
      abstract void onAttached() This method will be invoked when the handler is added to a network client.
      abstract void onRemoved() This method will be invoked when the handler is removed from a network client.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onAttached

         abstract void onAttached()

        This method will be invoked when the handler is added to a network client.

      • onRemoved

         abstract void onRemoved()

        This method will be invoked when the handler is removed from a network client.