Block a user
897d794b86
Merge pull request 'Handler Execution Order Debugging' (#25) from f/handler-introspection into develop
b760c58298
Add a handler execution order debugging method
Handler Execution Order Debugging
Handler Execution Order Debugging
40d48cb959
Merge pull request 'Improve Documentation in Code' (#24) from f/improved-documentation into develop
872b395374
Rephrase some Javadoc
82c66c45ec
Improve EventBus Javadoc, make EventBusException final
Handler convenience debug methods
Currently, the toString
method of EventHandler
has the form EventHandler[method=%s, eventType=%s, useParameter=%b, polymorphic=%b, priority=%d]
, which contains all information that makes up the…