Uses of Interface
net.officefloor.frame.internal.structure.AssetLatch
-
Packages that use AssetLatch Package Description net.officefloor.frame.impl.execute.asset net.officefloor.frame.internal.structure -
-
Uses of AssetLatch in net.officefloor.frame.impl.execute.asset
Classes in net.officefloor.frame.impl.execute.asset that implement AssetLatch Modifier and Type Class Description class
AssetLatchImpl
Implementation of theAssetLatch
.Methods in net.officefloor.frame.impl.execute.asset that return AssetLatch Modifier and Type Method Description AssetLatch
AssetManagerImpl. createAssetLatch(Asset asset)
-
Uses of AssetLatch in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return AssetLatch Modifier and Type Method Description AssetLatch
AssetManager. createAssetLatch(Asset asset)
Creates a newAssetLatch
.
-