C# Class MediatorDemo.Structural.Colleague

Mostra file Open project: freddie2025/Pluralsight Class Usage Examples

Protected Properties

Property Type Description
mediator Mediator

Public Methods

Method Description
HandleNotification ( string message ) : void
Send ( string message ) : void

Private Methods

Method Description
SetMediator ( Mediator mediator ) : void

Method Details

HandleNotification() public abstract method

public abstract HandleNotification ( string message ) : void
message string
return void

Send() public method

public Send ( string message ) : void
message string
return void

Property Details

mediator protected_oe property

protected Mediator,MediatorDemo.Structural mediator
return Mediator