0v3r12
Results
1
issues of
0v3r12
With the exact same code from de GUIDE about EventBUS. ```kotlin import tornadofx.EventBus.RunOn.* button("Load customers").action { fire(CustomerListRequest) } class CustomerController : Controller() { init { subscribe { val customers =...