Leafdoc generated API reference

SingletonObject

Generic implementation of a singleton

Methods

Private

Method Returns Description
SingletonObject() null Instantiates the object, only called once.

Public

Method Returns Description
getInstance() SingletonObject Returns the singleton instance.

Properties

Private

Property Type Description
SingletonObject object The insternal instance of the object.