Contains generic utility Classes.
| Class | Description | |
|---|---|---|
| AdjustableDate | The AdjustableDate Class is a utility that provides a proxy wrapper around a Date object and contains utility methods intended for helping manage the Date instance. | |
| BrowserLocationUtil | Class is a utility class that provides a mix of functionaltity from Flex's BrowserManager and URLUtil classes. | |
| EventBroker | The EventBroker is a remote Observer pattern that allows objects to subscribe to events that may be broadcasted by any item in the system. | |
| InstanceFactory | The InstanceFactory acts as a ClassFactory but only generates a new instance of an item on the first request. | |
| LocalConnectionManager | The LocalConnectionManager provides a simpler interface to the Flash LocalConnection that is designed to support retention of Class type when communication with other ActionScript 3 Applications. | |
| SingletonFactory | A Singleton Class that enables any item to be used as a Singleton reference. |