Uses of Interface
org.simpleframework.common.lease.ContractController
Packages that use ContractController
-
Uses of ContractController in org.simpleframework.common.lease
Classes in org.simpleframework.common.lease that implement ContractControllerModifier and TypeClassDescription(package private) classTheContractMaintaineris used provide a controller uses a cleaner.Fields in org.simpleframework.common.lease declared as ContractControllerModifier and TypeFieldDescriptionprivate final ContractController<T> ContractLease.handlerThis is the controller object used to handle contracts.private ContractController<T> LeaseManager.handlerThis is the controller used to handle lease operations.Constructors in org.simpleframework.common.lease with parameters of type ContractControllerModifierConstructorDescriptionContractLease(ContractController<T> handler, Contract<T> contract) Constructor for theContractLeaseobject.