1 /***
2 * $Id: Event.java,v 1.1 2004/03/18 15:21:54 johndavidtaylor Exp $
3 * Created on Feb 19, 2004 by John Taylor jdt@roe.ac.uk .
4 *
5 *
6 */
7
8 package org.abraracourcix.alipes.common;
9
10 /***
11 * The daddy of all events. Currently only a marker interface, though this
12 * could change.
13 * @author jdt
14 */
15 public interface Event {
16 }
17
18
19 /*
20 *$Log: Event.java,v $
21 *Revision 1.1 2004/03/18 15:21:54 johndavidtaylor
22 *Copied across from incubation in beanpeeler
23 *
24 *Revision 1.3 2004/03/14 18:49:15 johndavidtaylor
25 *corrected comments
26 *
27 *Revision 1.2 2004/03/08 20:16:46 johndavidtaylor
28 *refactored to new package name
29 *
30 *Revision 1.1 2004/03/08 19:58:26 johndavidtaylor
31 *Initial commit -transfer from previous repository
32 *
33 *Revision 1.1 2004/03/02 23:04:37 jdt
34 *new
35 *
36 */