Skip to content

Update 1.2.0

Choose a tag to compare

@Fox2Code Fox2Code released this 28 Apr 11:34
· 4 commits to master since this release
c4061f3
  • Add benchmark module to test FoxEvents speed
  • Added EventCallback.isRegistered() API
  • Added EventCallback.callForEvent() API
  • Added EventRegistrationException to be thrown instead of RuntimeException
  • Added optional arguments ignoreInvalid and lookup to Foxevents.getEventCallbacks
  • Improved performance in getting events holders and calling events through the chain.
    (My benchmarks runs showed an aprox 30% performance improvement over FoxEvents 1.1.0)
  • Improved unit tests
  • Improved javadoc