The ILoadTextureCallback Interface of the com.ms.directX package is used with methods, such as Direct3dRM.loadFromFileByPos to set the callback function to be called when loading a texture.
public interface ILoadTextureCallback extends IUnknown { // Methods public Direct3dRMTexture callbackLoadTexture(String text_name, IUnknown pArgs); }
com.ms.directX.Direct3dRM, com.ms.directX.Direct3dRMAnimation, com.ms.directX.Direct3dRMFrame, com.ms.directX.Direct3dRMMeshBuilder
IUnknown | +--ILoadTextureCallback