libktorrent
2.2.0
|
#include <portlist.h>
Public Member Functions | |
virtual void | portAdded (const Port &port)=0 |
virtual void | portRemoved (const Port &port)=0 |
Listener class for the PortList.
Definition at line 69 of file portlist.h.
|
pure virtual |
A port has been added.
port | The port |
|
pure virtual |
A port has been removed
port | The port |