event-bus/event-bus-core/src/main/java/dev/kske/eventbus/core
Kai S. K. Engelbart ee688929fd
Add callback event handling
The EventHandler class has been converted to an interface, with the
reflection specific part being moved to the new ReflectiveEventHandler
class. Callback event handlers implement the same interface through the
CallbackEventHandler class.

The event handlers are defined in the new handler package, which is not
exported by the eventbus.core module.
2021-11-02 19:33:18 +01:00
..
handler Add callback event handling 2021-11-02 19:33:18 +01:00
DeadEvent.java Log unhandled dead events 2021-02-20 22:10:48 +01:00
Event.java Add callback event handling 2021-11-02 19:33:18 +01:00
EventBus.java Add callback event handling 2021-11-02 19:33:18 +01:00
EventBusException.java Rephrase some Javadoc 2021-11-01 20:52:14 +01:00
ExceptionEvent.java Add ExceptionEvent 2021-02-21 10:36:06 +01:00
Polymorphic.java Allow @Polymorphic and @Priority on types, add value to @Polymorphic 2021-02-22 19:12:06 +01:00
Priority.java Allow @Polymorphic and @Priority on types, add value to @Polymorphic 2021-02-22 19:12:06 +01:00
package-info.java Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00