View Revisions: Issue #386 |
[ Back to Issue ] |
Summary |
0000386: Add view/presenter for Markers user interface (IMarkersPresenter/IMarkersView) |
|
Revision |
2013-02-23 13:18 by ycastonguay |
|
Description |
The Presenter controls all the logic for the application. It sends updates to the
view through the IMarkersView interface (for the Main Window). |
|
Revision |
2012-07-01 16:39 by ycastonguay |
|
Description |
The Presenter controls all the logic for the application. It sends updates to the
view through the IMarkerOverviewView interface (for the Main Window). |