Ignore:
Timestamp:
06/23/11 14:03:08 (13 years ago)
Author:
sherbold
Message:
  • made event implementations serializable

+ added commands saveObject and loadObject to save data stored in the global data container

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/windows/MFCReplayDecorator.java

    r58 r87  
    66public class MFCReplayDecorator implements IReplayDecorator { 
    77 
    8         private static MFCReplayDecorator theInstance; 
     8        /** 
     9         * Id for object serialization. 
     10         */ 
     11        private static final long serialVersionUID = 1L; 
     12         
     13        transient private static MFCReplayDecorator theInstance; 
    914         
    1015        private MFCReplayDecorator() {}; 
Note: See TracChangeset for help on using the changeset viewer.