Interface TraceListenerEx3

    • Method Detail

      • extension

        void extension​(ExtensionEvent ee)
        Method that is called when an extension event occurs. The method is blocking. It must return before processing continues.
        Parameters:
        ee - the extension event.
      • extensionEnd

        void extensionEnd​(ExtensionEvent ee)
        Method that is called when the end of an extension event occurs. The method is blocking. It must return before processing continues.
        Parameters:
        ee - the extension event.