mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T89, signal when server (flight network) connects
* server contains the ecosystem * connect server signal with web data services (so ecosystem is available)
This commit is contained in:
@@ -147,8 +147,14 @@ namespace BlackCore
|
||||
void kicked(const QString &kickMessage);
|
||||
|
||||
//! Connection status changed
|
||||
//! \sa IContextNetwork::connectedServerChanged
|
||||
void connectionStatusChanged(BlackCore::INetwork::ConnectionStatus from, BlackCore::INetwork::ConnectionStatus to);
|
||||
|
||||
//! The connected server has been changed
|
||||
//! \remark can also be used to determine if the ecosystem has been changed
|
||||
//! \sa BlackMisc::Network::CServer::getEcosysstem
|
||||
void connectedServerChanged(const BlackMisc::Network::CServer &server);
|
||||
|
||||
//! Text messages received (also private chat messages, radio channel messages)
|
||||
void textMessagesReceived(const BlackMisc::Network::CTextMessageList &textMessages);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user