View Javadoc

1   /*
2    * @(#)ConfigurationHandler.java   1.0
3    *
4    * Copyright (C) AstroGrid. All rights reserved.
5    *
6    * This software is published under the terms of the AstroGrid 
7    * Software License version 1.2, a copy of which has been included 
8    * with this distribution in the LICENSE.txt file.  
9    *
10   */
11  package org.astrogrid;
12  
13  /***
14   * The <code>ConfigurationHandler</code> class represents 
15   *
16   * @author  Jeff Lusted
17   * @version 1.0 12-Jul-2003
18   * @see     
19   * @since   AstroGrid 1.2
20   */
21  public interface ConfigurationHandler {
22  
23  }