summaryrefslogtreecommitdiff
path: root/src/FbTk/SimpleObserver.hh
AgeCommit message (Collapse)AuthorFilesLines
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.