1 /* $Id: AbstractListener.java,v 1.1 2004/03/17 21:17:13 johndavidtaylor Exp $
2 * Created on Feb 19, 2004 by John Taylor jdt@roe.ac.uk .
3 */
4
5 package org.abraracourcix.alipes.listeners;
6
7 /***
8 * not quite sure why we have this
9 * @TODO do we need this class?
10 * @author jdt
11 */
12 public abstract class AbstractListener implements Listener {
13 }
14
15
16 /*
17 *$Log: AbstractListener.java,v $
18 *Revision 1.1 2004/03/17 21:17:13 johndavidtaylor
19 *Copied across from incubation in beanpeeler
20 *
21 *Revision 1.3 2004/03/14 18:49:15 johndavidtaylor
22 *corrected comments
23 *
24 *Revision 1.2 2004/03/08 20:16:45 johndavidtaylor
25 *refactored to new package name
26 *
27 *Revision 1.1 2004/03/08 19:58:25 johndavidtaylor
28 *Initial commit -transfer from previous repository
29 *
30 *Revision 1.1 2004/03/02 23:04:37 jdt
31 *new
32 *
33 */