KickJava   Java API By Example, From Geeks To Geeks.

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


1 /**
2  * $RCSfile: UuiShortcutStep.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: UuiShortcutStep.java,v 1.1 2002/06/20 17:35:45 desnoix Exp $
13  * @author Ewout Prangsma
14  */

15
16 public class UuiShortcutStep extends UuiDefaultStep implements VAShortcutStep {
17   public boolean isShortcutAccepted() {
18     return true;
19   }
20 }
21
Popular Tags