KickJava   Java API By Example, From Geeks To Geeks.

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


1 /**
2  * $RCSfile: UuiWelcomeStep.java,v $
3  * @creation 11/06/01
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  * Marker interface
13  * @version $Id: UuiWelcomeStep.java,v 1.1 2002/06/20 17:35:45 desnoix Exp $
14  * @author Henrik Falk
15  */

16
17 public class UuiWelcomeStep extends UuiDefaultStep implements VAWelcomeStep {
18   public UuiWelcomeStep() {
19     System.out.println("Welcome");
20   }
21 }
22
Popular Tags