| 
    client-cpp
    0.7.0
    
   | 
 
Interface to the listener notifies of the result of whether the current endpoint has successfully detached a target endpoint. More...
#include <IDetachEndpointCallback.hpp>
Public Member Functions | |
| virtual void | onDetachSuccess ()=0 | 
| Callback is used when the current endpoint has successfully detached the target endpoint.  More... | |
| virtual void | onDetachFailed ()=0 | 
| Callback is used when the current endpoint has failed to detach the target endpoint.  More... | |
| virtual | ~IDetachEndpointCallback () | 
Interface to the listener notifies of the result of whether the current endpoint has successfully detached a target endpoint.
The target endpoint will be detached to the user to which the current endpoint is attached.
Definition at line 30 of file IDetachEndpointCallback.hpp.
      
  | 
  inlinevirtual | 
Definition at line 42 of file IDetachEndpointCallback.hpp.
      
  | 
  pure virtual | 
Callback is used when the current endpoint has failed to detach the target endpoint.
      
  | 
  pure virtual | 
Callback is used when the current endpoint has successfully detached the target endpoint.