GOG GALAXY SDK Documentation
IUserDataListener Class Referenceabstract

Listener for the events related to user data changes of current user only. More...

#include <IUser.h>

Inheritance diagram for IUserDataListener:
[legend]

Public Member Functions

virtual void OnUserDataUpdated ()=0
 Notification for the event of user data change.
 

Additional Inherited Members

- Static Public Member Functions inherited from GalaxyTypeAwareListener< USER_DATA >
static ListenerType GetListenerType ()
 Returns the type of the listener. More...
 

Detailed Description

Listener for the events related to user data changes of current user only.

Remarks
In order to get notifications about changes to user data of all users, use ISpecificUserDataListener instead.