[ANN] AsyncObjects Framework (Java)

I would like to announce the AsyncObjects Framework. The framework provides class library that allows relatively easy creation of asynchronous programs in Java. The framework makes a heavy use of Java inner classes and reflection to provide higher-level constructs over event loops.

In this framework, I have tried to replicate core ideas from E programming language (home page) in pure-Java in as usable form as possible. E is obviously more usable, but it have luxury of not being restricted by Java syntax. Feedback on further improvements is welcome.

I think that the result is more usable than what have been discussed here.

See developer's guide, javadoc, and samples for more details.