comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/AutoResumeState.java @ 796:a5526908f92f

Added javadoc in state package. gnv-artifacts/trunk@878 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 01 Apr 2010 09:15:36 +0000
parents c4156275c1e1
children 05bf8534a35a
comparison
equal deleted inserted replaced
795:cdade5005cba 796:a5526908f92f
1 package de.intevation.gnv.state; 1 package de.intevation.gnv.state;
2 2
3 /** 3 /**
4 * 4 *
5 * Markerinterface for States which should be used for 5 * Markerinterface for states which should be used for
6 * automatically Resume and jump to the next State using 6 * automatically resume and jump to the next <code>State</code> using
7 * the Conditions of the Transitions which are linked to it. 7 * the conditions of the transitions which are linked to it.
8 *
8 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 9 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
9 *
10 */ 10 */
11 public interface AutoResumeState extends State{ 11 public interface AutoResumeState extends State{
12 12
13 } 13 }
14 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org