Package org.apache.log4j.chainsaw.prefs
Interface Profileable
-
- All Superinterfaces:
java.util.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
- See Also:
SettingsManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.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.-
Methods inherited from interface org.apache.log4j.chainsaw.prefs.SettingsListener
loadSettings, saveSettings
-
-