KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > memoire > vainstall > uui > UuiEndStep


1 /**
2  * $RCSfile: UuiEndStep.java,v $
3  * @creation 02/04/00
4  * @modification $Date: 2002/06/20 17:35:45 $
5  */

6
7 package com.memoire.vainstall.uui;
8
9 import com.memoire.vainstall.*;
10
11 /**
12  * @version $Id: UuiEndStep.java,v 1.1 2002/06/20 17:35:45 desnoix Exp $
13  * @author Axel von Arnim
14  */

15
16 public class UuiEndStep extends UuiDefaultStep implements VAEndStep {
17
18   public void setStats(VAStats stats) {
19     System.out.println(stats.getSuccessReport());
20   }
21 }
22
Popular Tags