com.jp.protection.pub
Class SimpleLicenseAcceptanceDelegate

java.lang.Object
  extended by com.jp.protection.pub.SimpleLicenseAcceptanceDelegate
All Implemented Interfaces:
LicenseAcceptanceDelegate

public class SimpleLicenseAcceptanceDelegate
extends java.lang.Object
implements LicenseAcceptanceDelegate

This class provides default implementation of the license acceptance delegate that allows license host to know that the license agreement is always accepted


Constructor Summary
SimpleLicenseAcceptanceDelegate()
           
 
Method Summary
 boolean acceptLicense(LicenseHost aLicenseHost)
          "accepts" license by always returning true value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLicenseAcceptanceDelegate

public SimpleLicenseAcceptanceDelegate()
Method Detail

acceptLicense

public boolean acceptLicense(LicenseHost aLicenseHost)
"accepts" license by always returning true value

Specified by:
acceptLicense in interface LicenseAcceptanceDelegate
Parameters:
aLicenseHost - a license host calling this method
Returns:
always returns true