org.molwind.util
Interface Configurable

All Known Implementing Classes:
AbstractWorldLocator

public interface Configurable

Configurable tags objects to be configurable.

Version:
1.0
Author:
Oliver Karch

Method Summary
 void configure(Configurator config)
          Configures this object from a given configurator.
 

Method Detail

configure

void configure(Configurator config)
               throws ConfigException
Configures this object from a given configurator.

Parameters:
config - the configurator
Throws:
ConfigException - is thrown upon config error


Copyright © 2008-2010. All Rights Reserved.