IMessage Class

class IMessage

Message interface. Classes which implement this interface can be sent from subject to observer as a notification of change.

Defined in: SubjectObserver.h

Class Members

virtual unsigned int GetTypeID() const

The type ID of the message. Used for safe typecasting

virtual void Sprint(CString& strCmd)

Print a description of the message for logging purposes