Interface Asset
-
- All Known Implementing Classes:
ManagedObjectContainerImpl
public interface AssetAssetof anAssetManager.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckOnAsset(CheckAssetContext context)Checks on theAsset.ThreadStategetOwningThreadState()Obtains theThreadStateowning thisAsset.
-
-
-
Method Detail
-
getOwningThreadState
ThreadState getOwningThreadState()
Obtains theThreadStateowning thisAsset.- Returns:
ThreadStateowning thisAsset.
-
checkOnAsset
void checkOnAsset(CheckAssetContext context)
Checks on theAsset.- Parameters:
context-CheckAssetContextfor checking on theAsset.
-
-