event-bus/event-bus-core/src/test/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
..
CancelTest.java Remove EventListener and IEvent marker interfaces 2021-02-15 20:36:09 +01:00
DeadTest.java Add ExceptionEvent 2021-02-21 10:36:06 +01:00
DispatchTest.java Add callback event handling 2021-11-02 19:33:18 +01:00
ExceptionTest.java Add ExceptionEvent 2021-02-21 10:36:06 +01:00
NestedTest.java Add nested dispatch test 2021-07-12 10:17:46 +02:00
SimpleEvent.java Remove EventListener and IEvent marker interfaces 2021-02-15 20:36:09 +01:00
SimpleEventSub.java Rename event-bus module to event-bus-core, add event-bus-ap module 2021-02-09 09:52:26 +01:00