Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-10 | Remove all trace of Observers and Subjects | Pavel Labath | 1 | -70/+0 | |
this marks the completion of the transition to FbTk::Signal | |||||
2008-04-27 | Added SimpleObserver class. | Henrik Kinnunen | 1 | -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. |