C# Class Assets.observer.structure.Subject

Show file Open project: Naphier/unity-design-patterns

Public Methods

Method Description
Attach ( IObserver observer ) : void
Detach ( IObserver observer ) : void
Notify ( ) : void

Method Details

Attach() public method

public Attach ( IObserver observer ) : void
observer IObserver
return void

Detach() public method

public Detach ( IObserver observer ) : void
observer IObserver
return void

Notify() public method

public Notify ( ) : void
return void