Kai S. K. Engelbart kske
  • Joined on 2020-08-15
kske pushed to develop at zdm/event-bus 2022-01-13 14:40:14 +01:00
a8d858e8c7 Merge pull request 'Remove USE_PARAMETER' (#35) from f/remove-use-parameter into develop
6ee4e11161 Fix inconsistent test
8615a0e021 Fix Event Bus Proc module name
3aef7d5bcb Only update handler accessibility if necessary
36ed55fd71 Use void.class to determine how the event handler type is defined
Compare 5 commits »
kske deleted branch f/remove-use-parameter from zdm/event-bus 2022-01-13 14:40:14 +01:00
kske commented on pull request zdm/event-bus#35 2022-01-13 14:40:00 +01:00
Remove USE_PARAMETER

That wouldn't be the default type though. Yes, using Void as an event type doesn't make much sense, but it is possible, which isn't the case for void.

kske pushed to f/remove-use-parameter at zdm/event-bus 2022-01-12 20:17:26 +01:00
6ee4e11161 Fix inconsistent test
kske created pull request zdm/event-bus#35 2022-01-12 20:11:08 +01:00
f/remove-use-parameter
kske pushed to f/remove-use-parameter at zdm/event-bus 2022-01-12 20:10:46 +01:00
8615a0e021 Fix Event Bus Proc module name
kske pushed to f/remove-use-parameter at zdm/event-bus 2022-01-12 20:04:04 +01:00
3aef7d5bcb Only update handler accessibility if necessary
kske created branch f/remove-use-parameter in zdm/event-bus 2022-01-12 19:41:59 +01:00
kske pushed to f/remove-use-parameter at zdm/event-bus 2022-01-12 19:41:59 +01:00
36ed55fd71 Use void.class to determine how the event handler type is defined
kske pushed to develop at zdm/event-bus 2022-01-12 17:19:59 +01:00
999a172e72 Merge pull request 'Inherit Event Handlers' (#34) from f/handler-inheritance into develop
722bf2b999 Test priorities for inheritance
7fb633d69f Inherit event handlers
Compare 3 commits »
kske deleted branch f/handler-inheritance from zdm/event-bus 2022-01-12 17:19:59 +01:00
kske closed issue zdm/event-bus#16 2022-01-12 17:19:58 +01:00
Inherit Event Handler Annotations
kske merged pull request zdm/event-bus#34 2022-01-12 17:19:58 +01:00
Inherit Event Handlers
kske pushed to f/handler-inheritance at zdm/event-bus 2022-01-12 15:59:48 +01:00
722bf2b999 Test priorities for inheritance
kske commented on pull request zdm/event-bus#34 2022-01-10 12:23:55 +01:00
Inherit Event Handlers

Well, that would be a very rare case, as the event handler would only work when some class implements the interface and registers itself as an event listener. If such a situation actually arises, it…

kske commented on pull request zdm/event-bus#34 2022-01-10 09:44:48 +01:00
Inherit Event Handlers

There is no reason why it shouldn't be.

kske commented on pull request zdm/event-bus#34 2022-01-10 09:43:44 +01:00
Inherit Event Handlers

You understood that correctly. There is a difference between the overridden method and the overriding method. One is in the superclass, the other in the subclass.

kske commented on pull request zdm/event-bus#34 2022-01-10 09:42:37 +01:00
Inherit Event Handlers

That would be rather difficult to implement given the edge cases. If such a need arises, I will try.

kske created pull request zdm/event-bus#34 2022-01-09 14:17:36 +01:00
Inherit Event Handlers
kske created branch f/handler-inheritance in zdm/event-bus 2022-01-09 14:16:36 +01:00