Interface Debuggable

    • Method Detail

      • addDebugListener

        void addDebugListener​(DebugListener listener)
        Add a debug listener. If the listener is already in the list, do not add it again.
        Parameters:
        listener - The listener to which to send debug messages.
        See Also:
        removeDebugListener(DebugListener)
      • removeDebugListener

        void removeDebugListener​(DebugListener listener)
        Unregister a debug listener. If the specified listener has not been previously registered, then do nothing.
        Parameters:
        listener - The listener to remove from the list of listeners to which debug messages are sent.
        See Also:
        addDebugListener(DebugListener)