<@U14ECM2KV> Then you just define any event extend...
# tornadofx
e
@ron Then you just define any event extending
FXEvent
and fire it from the Java side using
FXKt.eventbus.fire(event)
and it will be run on the JavaFX Application thread when it hits your subscriber.