How does it work? If I `subscribe<MyEvent<St...
# tornadofx
v
How does it work? If I
subscribe<MyEvent<String>>
, but from the other place cast
fire(MyEvent<Integer>())
, should not that first subscribe filter only events with parameter type
String
?