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