Last change
on this file since 9449 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
476 bytes
|
Rev | Line | |
---|
[6152] | 1 | /* |
---|
| 2 | Copyright 2006 by Sean Paus |
---|
| 3 | Licensed under the Academic Free License version 3.0 |
---|
| 4 | See the file "LICENSE" for more information |
---|
| 5 | */ |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | /* |
---|
| 9 | * Created on Apr 14, 2005 9:11:13 PM |
---|
| 10 | * |
---|
| 11 | * By: spaus |
---|
| 12 | */ |
---|
| 13 | package ec.display; |
---|
| 14 | |
---|
| 15 | import java.util.EventObject; |
---|
| 16 | |
---|
| 17 | /** |
---|
| 18 | * @author spaus |
---|
| 19 | */ |
---|
| 20 | public class EvolutionStateEvent |
---|
| 21 | extends EventObject |
---|
| 22 | { |
---|
| 23 | |
---|
| 24 | /** |
---|
| 25 | * @param source |
---|
| 26 | */ |
---|
| 27 | public EvolutionStateEvent(Object source) |
---|
| 28 | { |
---|
| 29 | super(source); |
---|
| 30 | } |
---|
| 31 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.