<@U0HUJ25V1> I'm looking at RxJava as an addon or ...
# tornadofx
c
@thomasnield I'm looking at RxJava as an addon or better integration with TornadoFX for MVVM. It looks like binding and ViewModel cover a lot of it, but I've been reading about a "back channel" notification that reverses the V -> VM -> M communication. Microsoft uses some extra property notification objects called INotifyPropertyChanged to get the View to respond to something in a decoupled manner. From the Microsoft docs "Implementing the INotifyPropertyChanged interface allows views to react to changes originated in models and view models. These changes are not limited to domain data shown in controls; they are also used to control the view, such as view model states that cause animations to be started or controls to be disabled."