I was using the Event Bus to support MVVM and an a...
# tornadofx
c
I was using the Event Bus to support MVVM and an asynchronous design. The ViewModel calls for a Model update or data retrieval. When the Model is finished, it posts an event which is a prompt for everyone to get updated data if they want to.