If you feel like you need to update another view, ...
# tornadofx
e
If you feel like you need to update another view, that might be a code smell. As Carl pointed out, using events is kind of the last resort, if not simply updating the ViewModel shared between those views is enough.