C# Class RoverOperator.Log.LogEventSubject

显示文件 Open project: jpadillak/Concordia_Capstone2013-14

Public Properties

Property Type Description
Events ObservableCollection

Private Properties

Property Type Description

Public Methods

Method Description
Attach ( LogEventObserver observer ) : void
Detach ( LogEventObserver observer ) : void
Notify ( string longdate, string level, string callsite, string message ) : void

Method Details

Attach() public static method

public static Attach ( LogEventObserver observer ) : void
observer LogEventObserver
return void

Detach() public static method

public static Detach ( LogEventObserver observer ) : void
observer LogEventObserver
return void

Notify() public static method

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

Property Details

Events public_oe static_oe property

public static ObservableCollection Events
return ObservableCollection