Holger's
Java API

Uses of Interface
com.antelmann.LicenseHandler

Packages that use LicenseHandler
com.antelmann These are general classes that apply for the framework as a whole. 
 

Uses of LicenseHandler in com.antelmann
 

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

Methods in com.antelmann 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 with parameters of type LicenseHandler
static void Settings.setLicenseHandler(LicenseHandler handler)
          allows to react on failed license-checks by establishing a proper handler
 



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