Manages the lifetime of the com.rightware.kanzi.KanziRuntime
in one process.
More...
Public Member Functions | |
void | close () |
Releases this Reference to the com.rightware.kanzi.KanziRuntime . | |
KanziRuntime | get () |
Returns the com.rightware.kanzi.KanziRuntime instance that this Reference owns. | |
Protected Attributes | |
Graveyard.PhantomRef | mPhantomRef |
Manages the lifetime of the com.rightware.kanzi.KanziRuntime
in one process.
Each instance holds a Reference to the com.rightware.kanzi.KanziRuntime
. When an application releases or closes all References, Kanzi unloads KanziRuntime from memory.
KanziRuntime get | ( | ) |
Returns the com.rightware.kanzi.KanziRuntime
instance that this Reference owns.
com.rightware.kanzi.KanziRuntime
instance that this Reference owns.