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
- Author:
- Paul Smith
- See Also:
SettingsManager
|
Method Summary |
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. |
getNamespace
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.
Copyright © 2007 Apache Software Foundation. All Rights Reserved.