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/WindowsEvent.java

    r77 r87  
    88public class WindowsEvent extends ReplayableEvent<WindowsMessage> { 
    99 
     10        /** 
     11         * Id for object serialization. 
     12         */ 
     13        private static final long serialVersionUID = 1L; 
     14 
    1015        public WindowsEvent(String type) { 
    1116                super(type); 
Note: See TracChangeset for help on using the changeset viewer.