Interface IReconfigurable

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
DependencyResolver

public interface IReconfigurable extends IConfigurable
An interface to set configuration parameters to an object.

It is similar to IConfigurable interface, but emphasizes the fact that configure() method can be called more than once to change object configuration in runtime.

See Also: