Changes between Version 15 and Version 16 of PRO_LIB_CORE_TUTORIAL
- Timestamp:
- 10/03/08 20:49:51 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL
v15 v16 12 12 * Prop<T> - Basic interface to access all properties. While the Property class is the base class for the implementation, once implemented, the clients interested in the value of the properties should use this interface to access it. 13 13 * Property - Basic class for all properties. 14 * BeanData -BeanData holds the information (properties, etc of a bean, and also a behavior for the make methods).14 * !BeanData - !BeanData holds the information (properties, etc of a bean, and also a behavior for the make methods). 15 15 * !PropMetaInfo - Meta information for a property. Immutable. 16 16 * !PropretyStatus - A state of a trackable object.