Uses of Interface
net.officefloor.frame.internal.structure.CheckAssetContext
-
Packages that use CheckAssetContext Package Description net.officefloor.frame.impl.execute.asset net.officefloor.frame.impl.execute.managedobject net.officefloor.frame.internal.structure -
-
Uses of CheckAssetContext in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement CheckAssetContext Modifier and Type Class Description class
AssetLatchImpl
Implementation of theAssetLatch
. -
Uses of CheckAssetContext in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject with parameters of type CheckAssetContext Modifier and Type Method Description void
ManagedObjectContainerImpl. checkOnAsset(CheckAssetContext context)
-
Uses of CheckAssetContext in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type CheckAssetContext Modifier and Type Method Description void
Asset. checkOnAsset(CheckAssetContext context)
Checks on theAsset
.
-