Holger's
Java API

Uses of Interface
com.antelmann.LicenseHandler

Packages that use LicenseHandler
com.antelmann.util This package contains general utility classes that are used throughout the other packages. 
 

Uses of LicenseHandler in com.antelmann.util
 

Classes in com.antelmann.util that implement LicenseHandler
 class LicenseLoader
          can be used to acquire licenses from a known location on demand.
 

Methods in com.antelmann.util that return LicenseHandler
static LicenseHandler Settings.getLicenseHandler()
          returns the LicenseHandler currently in place to react if a call to checkLicense(Object) fails initially.
 

Methods in com.antelmann.util with parameters of type LicenseHandler
static void Settings.setLicenseHandler(LicenseHandler handler)
          allows to react on failed license-checks by establishing a proper handler
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads