|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Initializable
An interface signaling that the object needs initialization after
construction. Because constructor chaining always require the call of the
super-class constructor to be the first command, not all initialization
process can usefully be done during construction. This interface signals
that its only method init() should be called once after the
constructor of the object returned.
PropertyContainer.createFrom(java.util.Map, java.lang.Class) | Method Summary | |
|---|---|
void |
init()
Initializes the object. |
| Method Detail |
|---|
void init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||