C# Class ToDo.Ui.ToDoListPresenter

Inheritance: IPresenter
ファイルを表示 Open project: jthigpen/winforms-mvp Class Usage Examples

Public Methods

Method Description
ShowView ( ) : void
ToDoListPresenter ( IToDoListView view, ITaskList taskList, IExecutor executor ) : System

Private Methods

Method Description
AddTaskRequestHandler ( string action ) : void
RemoveTaskRequestHandler ( Task task ) : void
WireUpEvents ( ) : void

Method Details

ShowView() public method

public ShowView ( ) : void
return void

ToDoListPresenter() public method

public ToDoListPresenter ( IToDoListView view, ITaskList taskList, IExecutor executor ) : System
view IToDoListView
taskList ITaskList
executor IExecutor
return System