public abstract class InitializableObject
extends java.lang.Object
| Constructor and Description |
|---|
InitializableObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initialize the object.
|
protected abstract void |
internalInit()
Internal initialization of the object.
|
void |
reinit()
Force (again) the initialization of the object.
|
Copyright © 2018. All Rights Reserved.