CUIUpdateAdapter Class

class CUIUpdateAdapter: public CEventListenerBase

The UIUpdate adapter class supplies a default implementation of the IUIUpdateListener interface. The HandleEvent function deciphers the event and maps it to a member function for handling. This class supplies a default implementation for all handler messages in the IUIUpdateListener interface that always return FALSE. UIUpdate listeners can be derived from this class that override and implement only the handlers they are interested in.

Defined in: UIUpdateListener.h

Class Members

inline virtual bool OnUIUpdate(IUIUpdateElement* pUIUpdateElement, UINT nCommandID)

Called when a UIUpdate event is received by the UIUpdate listener.