Callback interface from client connector(s) More...
#include <clientconnector.hpp>
Public Member Functions | |
| virtual void | stateChanged (ClientConnector::State state)=0 |
| Invoked when state changes. More... | |
| virtual | ~StateCallback () |
| virtual destructor for SWIG. More... | |
Callback interface from client connector(s)
|
inlinevirtual |
virtual destructor for SWIG.
|
pure virtual |
Invoked when state changes.
| state | the new state. |