|
Last change
on this file since 78 was
77,
checked in by sherbold, 15 years ago
|
|
+ introduced de.ugoe.cs.eventbench.windows.WindowsEvent?
|
-
Property svn:mime-type set to
text/plain
|
|
File size:
312 bytes
|
| Line | |
|---|
| 1 | package de.ugoe.cs.eventbench.windows;
|
|---|
| 2 |
|
|---|
| 3 | import de.ugoe.cs.eventbench.data.ReplayableEvent;
|
|---|
| 4 | import de.ugoe.cs.eventbench.windows.data.WindowsMessage;
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | // convenience class
|
|---|
| 8 | public class WindowsEvent extends ReplayableEvent<WindowsMessage> {
|
|---|
| 9 |
|
|---|
| 10 | public WindowsEvent(String type) {
|
|---|
| 11 | super(type);
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | }
|
|---|
Note: See
TracBrowser
for help on using the repository browser.