Simple Singleton and Multiton Class
Package:
Summary:
Create and manage one or more singleton objects
Groups:
Author:
Description:
This package can be used to create and manage one or more singleton objects.
There is one class that can manage one singleton object, assuring that only one instance of the class is created.
Another class can manage multiple singleton objects which are distinguished by name.
There is one class that can manage one singleton object, assuring that only one instance of the class is created.
Another class can manage multiple singleton objects which are distinguished by name.
Comments are closed.