MPD
0.20.18
|
An interface that listens on events from neighbor plugins. More...
#include <Listener.hxx>
Public Member Functions | |
virtual void | FoundNeighbor (const NeighborInfo &info)=0 |
virtual void | LostNeighbor (const NeighborInfo &info)=0 |
An interface that listens on events from neighbor plugins.
The methods must be thread-safe and non-blocking.
Definition at line 30 of file Listener.hxx.
|
pure virtual |
|
pure virtual |