GOG GALAXY SDK Documentation
|
Contains data structures and interfaces related to callback listeners. More...
Go to the source code of this file.
Classes | |
class | IGalaxyListener |
The interface that is implemented by all specific callback listeners. More... | |
class | GalaxyTypeAwareListener< type > |
The class that is inherited by all specific callback listeners and provides a static method that returns the type of the specific listener. More... | |
class | IListenerRegistrar |
The class that enables and disables global registration of the instances of specific listeners. More... | |
class | SelfRegisteringListener< _TypeAwareListener, _Registrar > |
The class that is inherited by the self-registering versions of all specific callback listeners. More... | |
Functions | |
GALAXY_DLL_EXPORT IListenerRegistrar *GALAXY_CALLTYPE | ListenerRegistrar () |
Returns an instance of IListenerRegistrar. More... | |
GALAXY_DLL_EXPORT IListenerRegistrar *GALAXY_CALLTYPE | GameServerListenerRegistrar () |
Returns an instance of IListenerRegistrar interface the for Game Server entity. More... | |
Contains data structures and interfaces related to callback listeners.