Skip to content

4.1.0

Compare
Choose a tag to compare
@LK-Simon LK-Simon released this 28 Aug 16:54
· 28 commits to main since this release
c1600f1
  • Introduced @EventMethod wrapper in both EventThread and any class implementing EventListening. Can now be used to register immutable Event Listener callbacks within the declaration of any class as a var, and invoke the method registerListeners() on the init method of said class to automatically register any @EventMethod-decorated Listener using Reflection.
  • Replaced the returning of Tokens (UUIDs) when registering an Event Listener, or an Event Callback (inside EventThread) with an appropriate Handle type, containing a remove() method to unregister said Listener/Callback.