comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/DefaultAutoResumeState.java @ 734:8f7fe0cc6e5a

Added Interface and Defaultimplementation for States which can be handled without any userinteraction. gnv-artifacts/trunk@772 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 15 Mar 2010 12:39:35 +0000
parents
children b8c7105f2b94
comparison
equal deleted inserted replaced
733:18dc6a99f4f4 734:8f7fe0cc6e5a
1 /**
2 *
3 */
4 package de.intevation.gnv.state;
5
6
7 /**
8 * @author Tim Englich <tim.englich@intevation.de>
9 *
10 */
11 public class DefaultAutoResumeState extends StateBase implements AutoResumeState {
12
13 /**
14 * The UID of this Class.
15 */
16 private static final long serialVersionUID = -4470531390092041577L;
17
18 /**
19 * Constructor
20 */
21 public DefaultAutoResumeState() {
22 super();
23 }
24 }

http://dive4elements.wald.intevation.org