5#ifndef ALSON_COMMUNICATION_CLIENT_BASE_CLIENT_EVENT_LISTENER_H 
    6#define ALSON_COMMUNICATION_CLIENT_BASE_CLIENT_EVENT_LISTENER_H 
   16class BaseClientEventListener;
 
virtual void onDisconnectedByException()
 
virtual ~BaseClientEventListener()=default
 
std::shared_ptr< BaseClientEventListener > BaseClientEventListenerPtr