comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/State.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents a5526908f92f
children 05bf8534a35a
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
13 import org.w3c.dom.Node; 13 import org.w3c.dom.Node;
14 14
15 /** 15 /**
16 * This interface describes the basic method a concrete state class needs to 16 * This interface describes the basic method a concrete state class needs to
17 * implement. 17 * implement.
18 * 18 *
19 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 19 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
20 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 20 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
21 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a> 21 * @author <a href="mailto:sascha.teichmann@intevation.de">Sascha L. Teichmann</a>
22 */ 22 */
23 public interface State extends Serializable { 23 public interface State extends Serializable {
172 public Map<String,InputData> getPreSettings(); 172 public Map<String,InputData> getPreSettings();
173 173
174 /** 174 /**
175 * Method to remove the data stored at a state which should not be 175 * Method to remove the data stored at a state which should not be
176 * serialized while an artifact is exported. 176 * serialized while an artifact is exported.
177 * 177 *
178 * @param context The CallContext 178 * @param context The CallContext
179 */ 179 */
180 public void cleanup(Object context); 180 public void cleanup(Object context);
181 } 181 }
182 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 182 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org