Cafu Engine
ServerT::GuiCallbackI Class Referenceabstract

A class that the server uses in order to let a GUI know in which state the server currently is. More...

#include "Server.hpp"

Inheritance diagram for ServerT::GuiCallbackI:

Public Member Functions

virtual void OnServerStateChanged (const char *NewState) const =0
 

Detailed Description

A class that the server uses in order to let a GUI know in which state the server currently is.

The GUI uses it to decide which buttons it should enable/disable (i.e. which confuncs it makes sense to call). (This is the C++ equivalent to a traditional C call-back function.)


The documentation for this class was generated from the following file: