aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/SimpleObserver.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-05-10Remove all trace of Observers and SubjectsPavel Labath1-70/+0
this marks the completion of the transition to FbTk::Signal
2008-04-27Added SimpleObserver class.Henrik Kinnunen1-0/+70
This class works in the same way as the SimpleCommand class. Use it with the makeObserver function. It calls the receiver's member function when the subject sends a signal.