MPD
0.20.6
|
An object that listens to events from the Database. More...
#include <DatabaseListener.hxx>
Public Member Functions | |
virtual void | OnDatabaseModified ()=0 |
The database has been modified. More... | |
virtual void | OnDatabaseSongRemoved (const char *uri)=0 |
During database update, a song is about to be removed from the database because the file has disappeared. More... | |
An object that listens to events from the Database.
Definition at line 30 of file DatabaseListener.hxx.
|
pure virtual |
|
pure virtual |
During database update, a song is about to be removed from the database because the file has disappeared.