Index: lams_common/src/java/org/lamsfoundation/lams/tool/ProgressOutputData.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/Attic/ProgressOutputData.java,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ProgressOutputData.java 2 Feb 2005 01:09:21 -0000 1.1 @@ -0,0 +1,32 @@ +/* ******************************************************************************** + * Copyright Notice + * ================= + * This file contains propriety information of LAMS Foundation. + * Copying or reproduction with prior written permission is prohibited. + * Copyright (c) 2004 + * Created on 2004-12-7 + ******************************************************************************** */ + +package org.lamsfoundation.lams.tool; + + +/** + * Value object that wraps the output of progress engine. As any modification + * of progress output data is not expected, this object needs to be remaining + * immutable. + * + * @author Jacky Fang 2004-12-7 + * + */ +public class ProgressOutputData +{ + + /** + * + */ + public ProgressOutputData() + { + super(); + } + +}