Interface Handler

    • Method Detail

      • handlerAdded

        void handlerAdded​(HandlerContext ctx)
        Gets called after the Handler was added to the actual context and it's ready to handle events.
      • handlerRemoved

        void handlerRemoved​(HandlerContext ctx)
        Gets called after the Handler was removed from the actual context and it doesn't handle events anymore.