Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Observer
Subject
C# Class Observer.Subject
Mostrar archivo
Open project: mravinale/gof-patterns
Class Usage Examples
Public Methods
Method
Description
Attach
(
Observer
observer
) :
void
Detach
(
Observer
observer
) :
void
Notify
( ) :
void
Method Details
Attach()
public
method
public
Attach
(
Observer
observer
) :
void
observer
Observer
return
void
Detach()
public
method
public
Detach
(
Observer
observer
) :
void
observer
Observer
return
void
Notify()
public
method
public
Notify
( ) :
void
return
void