/onevent

onEvent is a fast event system written in Java.

Primary LanguageJavaApache License 2.0Apache-2.0

onEvent is a simple, fast event system written in Java and based on lahwran's fevents.

Advantages

  • Uses fast array access to call event handlers
  • Events can be added easily
  • Simple, annotation-based event registration

To-do

  • Automatically create getHandlers and getHandlerList methods as part of compilation process
  • Order.DISABLED maybe?