Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 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 | 18dc6a99f4f4 |
children | d47901df0a14 |
comparison
equal
deleted
inserted
replaced
733:18dc6a99f4f4 | 734:8f7fe0cc6e5a |
---|---|
1 2010-03-15 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/DefaultAutoResumeState.java, | |
4 src/main/java/de/intevation/gnv/state/AutoResumeState.java: | |
5 Added new Interface and its DefaultImplementation to the Project. | |
6 This Interface will mark States which can be handled automatically without | |
7 any interaction from the User. | |
8 So it is possible to fork a Sequence e.g. by given Constructorparameters | |
9 of an Artifact. | |
10 | |
1 2010-03-15 Tim Englich <tim.englich@intevation.de> | 11 2010-03-15 Tim Englich <tim.englich@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/gnv/state/StateBase.java (feed): | 13 * src/main/java/de/intevation/gnv/state/StateBase.java (feed): |
4 Bugfix: We have States which don't have tor Query Data from a Database | 14 Bugfix: We have States which don't have tor Query Data from a Database |
5 for its Description. So now the Description will only be determined if a | 15 for its Description. So now the Description will only be determined if a |