Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spaces-dev] spaces 8234

In this revision

 

Reworked SpaceCatalog to conform to JavaBeans standard properties and property change events to make it easier to synchronize with a view.

 

Added an abstract class that can be used as a base class for other java bean compliant data objects (AbstractPropertyChange) - this class is used by the modified SpaceCatalog.

 

SpaceCatalog now uses a singleton pattern, and instead of invoking static methods on "SpaceCatalog", they should now be invoked on "SpaceCatalog.instance()"

 

SpaceCatalog test has been updated.

 

Regards

- henrik


Back to the top