C# Class CSharpMediator.NonBeatle

ConcreteColleaguel
Inheritance: CSharpMediator.Participant
Show file Open project: zyq025/CSharpDesignPatterns

Public Methods

Method Description
NonBeatle ( string name ) : System
Receive ( string from, string message ) : void

Method Details

NonBeatle() public method

public NonBeatle ( string name ) : System
name string
return System

Receive() public method

public Receive ( string from, string message ) : void
from string
message string
return void