Rune Engine  Version 0.2.7-alpha
Documentation for how to make games using the Rune Engine.
rune::Observer Class Referenceabstract

An interface that allows objects to watch a subject for signals, and perform some action when notified. More...

#include <observer.h>

Inheritance diagram for rune::Observer:

Public Member Functions

virtual void onNotify (Signal const &signal)=0
 A virtual method to be overridden by a concrete implementation of the observer class.
 

Detailed Description

An interface that allows objects to watch a subject for signals, and perform some action when notified.

Author
Thomas Montano
Date
July 29 2020

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