Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Sep 08 06:56:17 2011 +0000 +++ b/flys-client/ChangeLog Thu Sep 08 07:44:05 2011 +0000 @@ -1,3 +1,18 @@ +2011-09-08 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/services/DescribeArtifactServiceAsync.java, + src/main/java/de/intevation/flys/client/client/services/DescribeArtifactService.java, + src/main/java/de/intevation/flys/client/server/DescribeArtifactServiceImpl.java: + New. The task of this service is to fetch the current DESCRIBE document + of a specific Artifact (currently used in the LoadingPanel to determine + the background processing's state). + + * src/main/java/de/intevation/flys/client/client/ui/LoadingPanel.java: The + loading panel is finished when its Artifact has no longer a processing + background task. + + * src/main/webapp/WEB-INF/web.xml: Registered the DescribeArtifactService. + 2011-09-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> Cosmetics.