I might listen to a Teller.
Definition: GyotoHooks.h:64
virtual ~Listener()
Destructor.
virtual void tell(Gyoto::Hook::Teller *msg)
This is how a Teller tells.
Listen to me and I'll warn you when I change.
Definition: GyotoHooks.h:82
virtual void hook(Listener *listener)
Start listening.
virtual ~Teller()
Destructor.
virtual void unhook(Listener *listener)
Stop listening.
Teller()
Default constructor.
Teller(const Teller &)
Copy constructor.
ListenerItem * listeners_
Linked list of Listener items.
Definition: GyotoHooks.h:94
virtual void tellListeners()
Call tell() on each hooked Listener.
Private (undocumented) class to hold listeners_.
Namespace for the Gyoto library.
Definition: GyotoAstrobj.h:43