C# Class CSharpMediator.NonBeatle

ConcreteColleaguel
Inheritance: CSharpMediator.Participant
Afficher le fichier Open project: zyq025/CSharpDesignPatterns

Méthodes publiques

Méthode Description
NonBeatle ( string name ) : System
Receive ( string from, string message ) : void

Method Details

NonBeatle() public méthode

public NonBeatle ( string name ) : System
name string
Résultat System

Receive() public méthode

public Receive ( string from, string message ) : void
from string
message string
Résultat void