C# Class TVSorter.Controller.LogController

Controller for the Log.
Inheritance: ControllerBase
Mostra file Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

Method Description
Initialise ( IView view ) : void

Initialises the controller.

LogController ( ) : System

Initializes a new instance of the LogController class.

Private Methods

Method Description
OnLogMessageReceived ( LogMessageEventArgs e ) : void

Raises a log message received event.

OnLogMessageReceived ( object sender, LogMessageEventArgs e ) : void

Handles a log message being recieved.

Method Details

Initialise() public method

Initialises the controller.
public Initialise ( IView view ) : void
view IView /// The view the controller is for. ///
return void

LogController() public method

Initializes a new instance of the LogController class.
public LogController ( ) : System
return System