Skip to content

Releases: Tigermouthbear/SimpleEvents

v1.3

06 Mar 04:11
Compare
Choose a tag to compare

Allow events to be listened and registered by superclass.

v1.2

24 Nov 04:59
Compare
Choose a tag to compare

Fixes a bug on concurrent registration events by using CopyOnWrite array list for listeners list.

v1.1

18 Jul 15:30
Compare
Choose a tag to compare

Fixes compatibility with java 12+ by updating the typetools library thats bundled to 0.6.3

v1.0

17 Jun 21:10
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Tigermouthbear/SimpleEvents