Interface ContextFactory.Listener

    • Method Detail

      • contextCreated

        void contextCreated​(Context cx)
        Notify about newly created Context object.
      • contextReleased

        void contextReleased​(Context cx)
        Notify that the specified Context instance is no longer associated with the current thread.