C# 클래스 MediatorPattern.Colleague

파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example 1 사용 예제들

공개 메소드들

메소드 설명
BuyOffer ( Stock stock, int shares ) : void
Colleague ( MediatorPattern.Mediator mediator ) : System.Collections
SaleOffer ( Stock stock, int shares ) : void
SetCode ( int code ) : void

메소드 상세

BuyOffer() 공개 메소드

public BuyOffer ( Stock stock, int shares ) : void
stock Stock
shares int
리턴 void

Colleague() 공개 메소드

public Colleague ( MediatorPattern.Mediator mediator ) : System.Collections
mediator MediatorPattern.Mediator
리턴 System.Collections

SaleOffer() 공개 메소드

public SaleOffer ( Stock stock, int shares ) : void
stock Stock
shares int
리턴 void

SetCode() 공개 메소드

public SetCode ( int code ) : void
code int
리턴 void