Changes between Version 18 and Version 19 of PRO_LIB_CORE_COMMONS_R0
- Timestamp:
- 12/04/08 14:08:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_COMMONS_R0
v18 v19 52 52 * Children property is deprecated and its usage should be replaced with @Own annotation 53 53 * 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 56 56 * (Optional if there is time) Check the library to prevent Memory Leaks. 57 57 == Diagrams ==