|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InitializableComponent
A 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.
| Method Summary | |
|---|---|
void |
initialize()
Initializes the component. |
boolean |
isInitialized()
Gets whether this component is initialized. |
| Method Detail |
|---|
boolean isInitialized()
void initialize()
throws ComponentInitializationException
ComponentInitializationException - thrown if there is a problem initializing the component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||