デザインパターン(オブザーバーパターン) Observer More...
#include <Observer.h>
Public Member Functions | |
| virtual bool | update (Information *i_pcInformation=0)=0 |
| Subjetから通知を受信. | |
デザインパターン(オブザーバーパターン) Observer
| virtual bool Observer::update | ( | Information * | i_pcInformation = 0 | ) | [pure virtual] |
Subjetから通知を受信.
| Information* | i_pcInformation 通知に伴うメッセージ. |
Implemented in LifeGameViewOnCurses, and Cell.
1.7.5.1