C# Class RoverOperator.Log.LogEventSubject

Afficher le fichier Open project: jpadillak/Concordia_Capstone2013-14

Méthodes publiques

Свойство Type Description
Events ObservableCollection

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Attach() public static méthode

public static Attach ( LogEventObserver observer ) : void
observer LogEventObserver
Résultat void

Detach() public static méthode

public static Detach ( LogEventObserver observer ) : void
observer LogEventObserver
Résultat void

Notify() public static méthode

public static Notify ( string longdate, string level, string callsite, string message ) : void
longdate string
level string
callsite string
message string
Résultat void

Property Details

Events public_oe static_oe property

public static ObservableCollection Events
Résultat ObservableCollection