A View submits and Action to a model component. T...
# tornadofx
c
A View submits and Action to a model component. The model component can act asynchonously (I believe) and when it’s finished sends a notification. Then the view grabs the updated data.