VALicenseKeyStep.java :  » Installer » VAInstall » com » memoire » vainstall » Java Open Source

Java Open Source » Installer » VAInstall 
VAInstall » com » memoire » vainstall » VALicenseKeyStep.java
package com.memoire.vainstall;

/**
 * @version      $Id: VALicenseKeyStep.java,v 1.1 2002/06/05 16:47:08 deniger Exp $
 * @author       Constantine A. Plotinikov
 */

public interface VALicenseKeyStep
extends VAStep
{
  /** inisialize step with license key support info
   * @param lks  license key support */    
  public void setLicenseKeySupport(LicenseKeySupport lks);
  /** get license info from step and validate fields
   * @param lks license key support
   * @return true if data were validated */  
  public boolean getGetFields(LicenseKeySupport lks);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.