C# Class ToDo.Ui.ToDoListPresenter

Inheritance: IPresenter
Afficher le fichier Open project: jthigpen/winforms-mvp Class Usage Examples

Méthodes publiques

Méthode Description
ShowView ( ) : void
ToDoListPresenter ( IToDoListView view, ITaskList taskList, IExecutor executor ) : System

Private Methods

Méthode Description
AddTaskRequestHandler ( string action ) : void
RemoveTaskRequestHandler ( Task task ) : void
WireUpEvents ( ) : void

Method Details

ShowView() public méthode

public ShowView ( ) : void
Résultat void

ToDoListPresenter() public méthode

public ToDoListPresenter ( IToDoListView view, ITaskList taskList, IExecutor executor ) : System
view IToDoListView
taskList ITaskList
executor IExecutor
Résultat System