public interface InitializableComponent extends Component
Component
which needs to be initialized prior to any "real" use. Real use usually means, for example,
calling business logic but does not usually cover getting/setting properties.Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initializes the component.
|
boolean |
isInitialized()
Gets whether this component is initialized.
|
boolean isInitialized()
void initialize() throws ComponentInitializationException
ComponentInitializationException
- thrown if there is a problem initializing the componentCopyright © 1999–2017. All rights reserved.