ePen signal
Status: Beta
Brought to you by:
digulla
| File | Date | Author | Commit |
|---|---|---|---|
| .settings | 2012-05-10 |
|
[c559f6] Converted to latest version of m2e plug-in |
| src | 2012-05-11 |
|
[804919] More tests |
| .classpath | 2012-05-10 |
|
[c559f6] Converted to latest version of m2e plug-in |
| .hgignore | 2010-01-09 |
|
[4e2d64] Fixed name for eclipse target dir |
| .hgtags | 2010-05-03 |
|
[09f7dc] Added tag Release 1.1.0 for changeset e49469f2f926 |
| .project | 2012-05-10 |
|
[c559f6] Converted to latest version of m2e plug-in |
| LICENSE | 2010-01-09 |
|
[76598d] Initial import of signal project |
| README.txt | 2010-01-09 |
|
[76598d] Initial import of signal project |
| pom.xml | 2012-05-10 |
|
[4da7d4] Improved documentation |
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.