Menu

Tree [804919] default tip /
 History

Read Only access


File Date Author Commit
 .settings 2012-05-10 Aaron Digulla Aaron Digulla [c559f6] Converted to latest version of m2e plug-in
 src 2012-05-11 Aaron Digulla Aaron Digulla [804919] More tests
 .classpath 2012-05-10 Aaron Digulla Aaron Digulla [c559f6] Converted to latest version of m2e plug-in
 .hgignore 2010-01-09 digulla digulla [4e2d64] Fixed name for eclipse target dir
 .hgtags 2010-05-03 adigulla adigulla [09f7dc] Added tag Release 1.1.0 for changeset e49469f2f926
 .project 2012-05-10 Aaron Digulla Aaron Digulla [c559f6] Converted to latest version of m2e plug-in
 LICENSE 2010-01-09 adigulla adigulla [76598d] Initial import of signal project
 README.txt 2010-01-09 adigulla adigulla [76598d] Initial import of signal project
 pom.xml 2012-05-10 Aaron Digulla Aaron Digulla [4da7d4] Improved documentation

Read Me

This is a lightweight implementation of an event system. See the test cases
for examples how to use it.

The main idea is to allow anyone to register a signal for anything and send it
to anyone who is interested. Say, you have a POJO which doesn't implement
property change events. With this library, you can give it events without
modifying the original code.