Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 865:43f520f923a8
Remove the loading panel when its Artifact's background process is finished.
flys-client/trunk@2672 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 08 Sep 2011 07:44:05 +0000 |
parents | c0e13cf826d7 |
children | 593e6c49c6ee |
comparison
equal
deleted
inserted
replaced
864:c0e13cf826d7 | 865:43f520f923a8 |
---|---|
1 2011-09-08 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/services/DescribeArtifactServiceAsync.java, | |
4 src/main/java/de/intevation/flys/client/client/services/DescribeArtifactService.java, | |
5 src/main/java/de/intevation/flys/client/server/DescribeArtifactServiceImpl.java: | |
6 New. The task of this service is to fetch the current DESCRIBE document | |
7 of a specific Artifact (currently used in the LoadingPanel to determine | |
8 the background processing's state). | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java: The | |
11 loading panel is finished when its Artifact has no longer a processing | |
12 background task. | |
13 | |
14 * src/main/webapp/WEB-INF/web.xml: Registered the DescribeArtifactService. | |
15 | |
1 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 16 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 17 |
3 Cosmetics. | 18 Cosmetics. |
4 | 19 |
5 * src/main/java/de/intevation/flys/client/client/FLYS.java. | 20 * src/main/java/de/intevation/flys/client/client/FLYS.java. |