Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 735:d47901df0a14
Integrated the handling of AutoResumeStates into the initialization Process of an Artifact.
gnv-artifacts/trunk@773 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 15 Mar 2010 12:50:08 +0000 |
parents | 8f7fe0cc6e5a |
children | b8c7105f2b94 |
comparison
equal
deleted
inserted
replaced
734:8f7fe0cc6e5a | 735:d47901df0a14 |
---|---|
1 2010-03-15 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: | |
4 Integrated the handling of AutoResumeStates into the initialization | |
5 Process of an Artifact. After an Initialization of an Artifact it will be | |
6 proved if the Current State is an AutoResumeState. If it is the next valid | |
7 state in the sequence will be set to the current State. | |
8 | |
1 2010-03-15 Tim Englich <tim.englich@intevation.de> | 9 2010-03-15 Tim Englich <tim.englich@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/gnv/state/DefaultAutoResumeState.java, | 11 * src/main/java/de/intevation/gnv/state/DefaultAutoResumeState.java, |
4 src/main/java/de/intevation/gnv/state/AutoResumeState.java: | 12 src/main/java/de/intevation/gnv/state/AutoResumeState.java: |
5 Added new Interface and its DefaultImplementation to the Project. | 13 Added new Interface and its DefaultImplementation to the Project. |