comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Artifact.java @ 870:d5fb88ba99d2

Display status message and progress information in the WSPLGEN loading panel. flys-client/trunk@2690 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 09 Sep 2011 15:08:15 +0000
parents c9549074ecd1
children 6b5920c7ea6e
comparison
equal deleted inserted replaced
869:94d9c8353ca9 870:d5fb88ba99d2
1 package de.intevation.flys.client.shared.model; 1 package de.intevation.flys.client.shared.model;
2 2
3 import java.io.Serializable; 3 import java.io.Serializable;
4 import java.util.List;
4 5
5 6
6 /** 7 /**
7 * This class represents an artifact for the client. It contains the necessary 8 * This class represents an artifact for the client. It contains the necessary
8 * information for the client and the communication with the artifact server. 9 * information for the client and the communication with the artifact server.
49 */ 50 */
50 public boolean isInBackground(); 51 public boolean isInBackground();
51 52
52 53
53 /** 54 /**
55 * Return a list of background messages.
56 *
57 * @return a list of background messages.
58 */
59 public List<CalculationMessage> getBackgroundMessages();
60
61
62 /**
54 * Sets a new ArtifactDescription. 63 * Sets a new ArtifactDescription.
55 * 64 *
56 * @param artifactDescription The new artifact description. 65 * @param artifactDescription The new artifact description.
57 */ 66 */
58 public void setArtifactDescription(ArtifactDescription artifactDescription); 67 public void setArtifactDescription(ArtifactDescription artifactDescription);

http://dive4elements.wald.intevation.org