Interface Debugable

    • Method Detail

      • setDebugConfig

        void setDebugConfig​(Debugable.DebugConfig config)
        Set the debug configuration for this male socket.

        Each implementation of MaleSocket has their own implementation of DebugConfig. Use reflection to get the proper class <package-name>.debug.<ClassName>Debug that returns a JPanel that can configure debugging for this male socket.

        Parameters:
        config - the new configuration or null to turn off debugging
      • getDebugConfig

        Debugable.DebugConfig getDebugConfig()
        Get the debug configuration for this male socket.
        Returns:
        the configuration or null if debugging is turned off for this male socket