yep. and i see there are some MVVM / MVP elements in Tornado FX
Reading over the FluxFX and mvvmFX stuff...it seems like they're using a type of backchannel or secondary notification mechanism to supplement JavaFX binding
I've been doing this ad hoc for a few years to address what's called cascading updates which seems needed when there is a many2many relationship between models and views.