Interface Profileable

  • All Superinterfaces:
    EventListener, SettingsListener
    All Known Implementing Classes:
    LogPanel

    public interface Profileable
    extends SettingsListener
    A component implementing this interface is interested in being able to configure itself.

    Since this interface extends SettingsListener, the component will receive Load and Save settings events as described in SettingsManager

    Author:
    Paul Smith <psmith@apache.org>
    See Also:
    SettingsManager
    • Method Detail

      • getNamespace

        String getNamespace()
        Must be able to provide a name which is used to determine at a minimum, the default profile name prefix for this component.