com.jp.protection.pub
Interface LicenseAcceptanceDelegate

All Known Implementing Classes:
DefaultLicenseAcceptanceDelegate, SimpleLicenseAcceptanceDelegate

public interface LicenseAcceptanceDelegate

Defines methods used by the LicenseHost to prompt the user to accept the terms of the license agreement


Method Summary
 boolean acceptLicense(LicenseHost aLicenseHost)
          Prompts the user to accept the terms of the license agreement
 

Method Detail

acceptLicense

boolean acceptLicense(LicenseHost aLicenseHost)
Prompts the user to accept the terms of the license agreement

Parameters:
aLicenseHost - defines caller LicenseHost
Returns:
true if the user have accepted terms of the license agreement; false otherwise