C# Class MediatorDemo.Structural.Colleague

Afficher le fichier Open project: freddie2025/Pluralsight Class Usage Examples

Protected Properties

Свойство Type Description
mediator Mediator

Méthodes publiques

Méthode Description
HandleNotification ( string message ) : void
Send ( string message ) : void

Private Methods

Méthode Description
SetMediator ( Mediator mediator ) : void

Method Details

HandleNotification() public abstract méthode

public abstract HandleNotification ( string message ) : void
message string
Résultat void

Send() public méthode

public Send ( string message ) : void
message string
Résultat void

Property Details

mediator protected_oe property

protected Mediator,MediatorDemo.Structural mediator
Résultat Mediator