Tag Archives: actionscript

Singleton Classes in Actionscript 3.0

27 Jul

Singleton Classes are based on the Singleton Design Pattern and have a single instance of the class throughout the application. When would one need a singleton class ? A simple example would be a database manager class which would instantiate a connection to the database at the application initialization and have methods for data manipulation […]