how to do abstract event properly #16305
deltanedas
started this conversation in
Technical
Replies: 1 comment
-
I think the event bus doesn't support subscribing to abstract/non-sealed events. There should probably be some analyser that checks for subscriptions like that and errors, unless I'm wrong or this will change. You can raise abstract/base events, but its somewhat counterintuitive because you need to cast the event to an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have an abstract event StingEvent which ExtractionStingEvent extends
i try to raise the ExtractionStingEvent but cant handle it, i can only handle the abstract StingEvent
also both events are ByRefEvent if it matters
Beta Was this translation helpful? Give feedback.
All reactions