public interface Configurable
Configurable is that the
instantiating entity must call the configure
method before it is valid. The configure method
must be called after the constructor, and before any other method.
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configuration configuration)
Pass the
Configuration to the Configurable
class. |
void configure(Configuration configuration) throws ConfigurationException
Configuration to the Configurable
class. This method must always be called after the constructor
and before any other method.configuration - the class configurations.ConfigurationException - if an error occursCopyright © 2004-2020 EPICS. All Rights Reserved.