#include <src/network/ClientConnectionListener.h>
Public Member Functions | |
ClientConnectionListener () | |
void | getConnectedClients () |
virtual | ~ClientConnectionListener () |
Protected Member Functions | |
virtual void | clientConnected (unsigned int clientID)=0 |
virtual void | clientDisconnected (unsigned int clientID)=0 |
Friends | |
class | Server |
orxonox::ClientConnectionListener::ClientConnectionListener | ( | ) |
References RegisterRootObject.
virtual orxonox::ClientConnectionListener::~ClientConnectionListener | ( | ) | [inline, virtual] |
virtual void orxonox::ClientConnectionListener::clientConnected | ( | unsigned int | clientID | ) | [protected, pure virtual] |
Implemented in orxonox::TrafficControl, orxonox::MovableEntity, and orxonox::PlayerManager.
Referenced by getConnectedClients().
virtual void orxonox::ClientConnectionListener::clientDisconnected | ( | unsigned int | clientID | ) | [protected, pure virtual] |
Implemented in orxonox::TrafficControl, orxonox::MovableEntity, and orxonox::PlayerManager.
void orxonox::ClientConnectionListener::getConnectedClients | ( | ) |
friend class Server [friend] |