Interface Asset
- All Known Implementing Classes:
ManagedObjectContainerImpl
public interface Asset
Asset of an AssetManager.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckOnAsset(CheckAssetContext context) Checks on theAsset.Obtains theThreadStateowning thisAsset.
-
Method Details
-
getOwningThreadState
ThreadState getOwningThreadState()Obtains theThreadStateowning thisAsset.- Returns:
ThreadStateowning thisAsset.
-
checkOnAsset
Checks on theAsset.- Parameters:
context-CheckAssetContextfor checking on theAsset.
-