|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configurable
This interface defines the behaviour of a configurable Object.
It provides a single callback method configure(Configuration pConfig).
This method is invoked by a Configurator
.
Implementors of this method evaluate the Configuration object pConfig
to perform the proper configuration of the current instance.
Method Summary | |
---|---|
void |
configure(Configuration pConfig)
configure an object using the Configuration pConfig |
Method Detail |
---|
void configure(Configuration pConfig) throws ConfigurationException
pConfig
- the Configuration object used to configure current instance
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |