Skip to content

bheisler/java-listener-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple tool that uses Java's Dynamic Proxying technology to simplify the implementation of the Listener pattern by abstracting away the management of registered listeners and the iteration over the list for every fired event.

This library depends on Guava. Compiling the source code will require Project Lombok.

About

A very simple tool to make it easier to implement the Listener pattern in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages