net.sourceforge.geeboss.model.configuration
Interface LoadConfigurationSupport

All Known Subinterfaces:
ConfigurationSupport
All Known Implementing Classes:
AbstractParameter, EditorHandler, EditorsManager, MemoryEditorsManager, MemoryObjectEditorHandler, MemoryValueParameter, MidiSettings, Settings

public interface LoadConfigurationSupport

Interface for support of loading from avalon configurations.

Author:
Frederic BORRY

Method Summary
 void loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container)
          Load the configuration of this object
 

Method Detail

loadConfiguration

void loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration,
                       GeebossContainer container)
                       throws org.apache.avalon.framework.configuration.ConfigurationException
Load the configuration of this object

Parameters:
configuration - this object's configuration
container - a reference to the GeebossContainer
Throws:
org.apache.avalon.framework.configuration.ConfigurationException


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.