Generic implementation of a singleton
| Method | Returns | Description |
|---|---|---|
SingletonObject() |
null |
Instantiates the object, only called once. |
| Method | Returns | Description |
|---|---|---|
getInstance() |
SingletonObject |
Returns the singleton instance. |
| Property | Type | Description |
|---|---|---|
SingletonObject
|