C# 클래스 ObserverList, PocketGodsRPG_Proto

파일 보기 프로젝트 열기: pocket-playlab/PocketGodsRPG_Proto 1 사용 예제들

공개 메소드들

메소드 설명
AddObserver ( System action ) : void
AddObserver ( System action ) : void
GetListenerLength ( ) : int
NotifyObservers ( ) : void
NotifyObservers ( Parameters parameters ) : void
ObserverList ( ) : System.Collections
RemoveAllObservers ( ) : void
RemoveObserver ( System action ) : void
RemoveObserver ( System action ) : void

메소드 상세

AddObserver() 공개 메소드

public AddObserver ( System action ) : void
action System
리턴 void

AddObserver() 공개 메소드

public AddObserver ( System action ) : void
action System
리턴 void

GetListenerLength() 공개 메소드

public GetListenerLength ( ) : int
리턴 int

NotifyObservers() 공개 메소드

public NotifyObservers ( ) : void
리턴 void

NotifyObservers() 공개 메소드

public NotifyObservers ( Parameters parameters ) : void
parameters Parameters
리턴 void

ObserverList() 공개 메소드

public ObserverList ( ) : System.Collections
리턴 System.Collections

RemoveAllObservers() 공개 메소드

public RemoveAllObservers ( ) : void
리턴 void

RemoveObserver() 공개 메소드

public RemoveObserver ( System action ) : void
action System
리턴 void

RemoveObserver() 공개 메소드

public RemoveObserver ( System action ) : void
action System
리턴 void