MHuiTextureManagerStateChangedObserver Class Reference

class MHuiTextureManagerStateChangedObserver

Provides callback methods for getting notifications of texture manager state changes. An observer of a CHuiTextureManager.

The class willing to receive these events must implement the methods of this interface, and then register itself to the obsevers list of the texture manager.

CHuiTextureManager

Public Member Functions
voidTextureManagerStateChanged(const CHuiTextureManager &)

Member Functions Documentation

TextureManagerStateChanged(const CHuiTextureManager &)

voidTextureManagerStateChanged(const CHuiTextureManager &aManager)[pure virtual]

Called to notify the observer that the state of the texture manager has changed. This is called when the state changes between Idle and Loading.

Parameters

const CHuiTextureManager & aManagerTexture manager.