keera-hails-mvc-controller-0.8.0: Haskell on Gtk rails - Gtk-based controller for MVC applications
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hails.MVC.Controller.ConditionDirection

Description

Conditions to update a program can go from the view to the model and from the model to the view. Future versions must "ignore" this completely and simply work even if the constraints are of kind Model-to-Model or View-to-View.

Copyright : (C) Keera Studios Ltd, 2013 License : BSD3 Maintainer : support@keera.co.uk

Synopsis

Documentation

data ConditionDirection Source #

Direction of an update condition: view to model, or model to view.

Constructors

VM 
MV