Changes between Version 18 and Version 19 of PRO_LIB_CORE_COMMONS_R0


Ignore:
Timestamp:
12/04/08 14:08:47 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_COMMONS_R0

    v18 v19  
    5252  * Children property is deprecated and its usage should be replaced with @Own annotation 
    5353 * Multithreading issues - 2 methods of approach are possible. Although the better approach is the first one, so the library should provide support for multithreading. 
    54   * Support of multithreading 
    55   * Everything should be executed in the Event Dispatch Thread 
     54  * Support of multithreading - it should be provided that properties are executed in multithreads 
     55  * Everything should be executed in the Event Dispatch Thread - it should be provided that properties are executed in the Event Dispatch Thread 
    5656 * (Optional if there is time) Check the library to prevent Memory Leaks. 
    5757== Diagrams ==