C# 클래스 RoverOperator.Log.LogEventSubject

파일 보기 프로젝트 열기: jpadillak/Concordia_Capstone2013-14

공개 프로퍼티들

프로퍼티 타입 설명
Events ObservableCollection

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Attach ( LogEventObserver observer ) : void
Detach ( LogEventObserver observer ) : void
Notify ( string longdate, string level, string callsite, string message ) : void

메소드 상세

Attach() 공개 정적인 메소드

public static Attach ( LogEventObserver observer ) : void
observer LogEventObserver
리턴 void

Detach() 공개 정적인 메소드

public static Detach ( LogEventObserver observer ) : void
observer LogEventObserver
리턴 void

Notify() 공개 정적인 메소드

public static Notify ( string longdate, string level, string callsite, string message ) : void
longdate string
level string
callsite string
message string
리턴 void

프로퍼티 상세

Events 공개적으로 정적으로 프로퍼티

public static ObservableCollection Events
리턴 ObservableCollection