Public Member Functions
Observer Class Reference

デザインパターン(オブザーバーパターン) Observer More...

#include <Observer.h>

Inheritance diagram for Observer:
Cell LifeGameViewOnCurses

List of all members.

Public Member Functions

virtual bool update (Information *i_pcInformation=0)=0
 Subjetから通知を受信.

Detailed Description

デザインパターン(オブザーバーパターン) Observer


Member Function Documentation

virtual bool Observer::update ( Information i_pcInformation = 0) [pure virtual]

Subjetから通知を受信.

Parameters:
Information*i_pcInformation 通知に伴うメッセージ.
Returns:
結果を返す.

Implemented in LifeGameViewOnCurses, and Cell.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Defines