Changes between Version 11 and Version 12 of GROUP_CHANGES_R0


Ignore:
Timestamp:
05/28/09 13:30:34 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_CHANGES_R0

    v11 v12  
    8484   * StatusChange - changes that track the status of the properties: 
    8585    * InitChanges - used for initializing of the properties they are not primitive changes, because when to a property a value is set they will be triggered automatically. 
     86    * ValueChange - a primitive change for setting properties to a pro-object. 
     87  * ProObjectChange - this change is not used so maybe it will be deleted in the next revisions... 
     88 * Changes connected to the Resources: 
     89  * When creating a pro-object in a ResourceSpace two thing are important, the id of the pro-object given by the resource space and the type of the pro-object, so the constructor of this change will take proObjectId:String and proObjectType:Class<T extends ProObject>. 
     90  * When destroying the pro-object only it's id will be important to know what we have destroyed. So the DestroyProObjectChange will be constructed only by id. 
     91  * When creating a resource we will need the id of the resource and it's type too but the change must be different than this of the pro-objects because it is the beginning of a Resource's lifetime. 
     92  * The destruction of a resource is analogical. 
     93 * Special changes 
     94  * The UndoChange undoes a Change so it will be constructed with a Change. 
     95  * The RedoChange redoes an undo, so it will be constructed with an UndoChange. 
     96  * The SkipChange behavior is unclear for now, but may be it will be constructed with a Change to skip. 
    8697 
    8798