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