public interface Initializable
| Modifier and Type | Method and Description |
|---|---|
void |
checkInitialized()
Checks whether initialization has yet been done and throws
an
NotInitializedException if not. |
void |
init()
Performs the initialization of this class.
|
boolean |
isInitialized()
Tells whether initialization has yet been done.
|
void init()
throws java.lang.Exception
java.lang.Exceptionboolean isInitialized()
void checkInitialized()
throws NotInitializedException
NotInitializedException if not.NotInitializedExceptionCopyright © 2014 EsprIT-Systems. All Rights Reserved.