Gyoto
|
I might listen to a Teller. More...
#include <GyotoHooks.h>
Public Member Functions | |
Listener () | |
Constructor. | |
virtual | ~Listener () |
Destructor. | |
Protected Member Functions | |
virtual void | tell (Gyoto::Hook::Teller *msg) |
This is how a Teller tells. More... | |
Friends | |
class | Gyoto::Hook::Teller |
|
protectedvirtual |
This is how a Teller tells.
A teller will basically call listener->tell(this).
msg | Teller* the Teller who is telling... Useful if the Listener listens to several Tellers. |
Reimplemented in Gyoto::Worldline, Gyoto::Astrobj::PolishDoughnut, Gyoto::Astrobj::XillverReflection, Gyoto::Astrobj::PageThorneDisk, Gyoto::Spectrometer::Complex, Gyoto::Astrobj::OscilTorus, and Gyoto::Metric::Shift.