Class Summary |
DataManager |
The DataManager class is the superclass for both server-side and local data
managers. |
DataObject |
The DataObject class is a wrapper for objects stored in DataManagers,
containing a time stamp and allowing for synchronization between local and
network storage. |
DataTable |
A DataTable extends a map of keys to data objects, adding the
functionality to set a boolean flag when the table has been updated. |
LocalDataManager |
LocalDataManager is a DataManager subclass for storing data locally when not
connected to the server. |
NetworkDataManager |
The NetworkDataManager is a data manager that lives on the server. |
UIDManager |
UIDManager is responsible for generating and maintaining unique ID numbers
for Vooga. |