KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > memoire > vainstall > VAEndStep


1 /**
2  * $RCSfile: VAEndStep.java,v $
3  * @creation 02/04/00
4  * @modification $Date: 2001/03/30 21:25:38 $
5  */

6
7 package com.memoire.vainstall;
8
9 /**
10  * @version $Id: VAEndStep.java,v 1.1.1.1 2001/03/30 21:25:38 vonarnim Exp $
11  * @author Axel von Arnim
12  */

13
14 public interface VAEndStep
15 extends VAStep
16 {
17   public void setStats(VAStats stats);
18 }
19
Popular Tags