Interface AssetManagerReference
-
- All Known Implementing Classes:
AssetManagerReferenceImpl
public interface AssetManagerReference
Reference to anAssetManager
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAssetManagerIndex()
Obtains the index of theAssetManager
within theOfficeManager
.
-
-
-
Method Detail
-
getAssetManagerIndex
int getAssetManagerIndex()
Obtains the index of theAssetManager
within theOfficeManager
.- Returns:
- Index of the
AssetManager
within theOfficeManager
.
-
-