Name : util-multicaster
| |
Version : 0.3.3
| Vendor : Mandriva
|
Release : 0.0.5mdv2010.0
| Date : 2009-09-10 10:59:03
|
Group : Development/Java
| Source RPM : util-multicaster-0.3.3-0.0.5mdv2010.0.src.rpm
|
Size : 0.05 MB
| |
Packager : Michael Scherer < misc_mandriva_org>
| |
Summary : Utility classes for low-cost event dispatch to multiple listeners
|
Description :
The multicaster package provides utility classes for low-cost event dispatch to multiple listeners. Modeled after the AWTEventMulticaster this class provides type-safe and thread-safe generic method dispatch. The benefit of this approach to handling multiple listeners is the low overhead - when there is a single listener there is zero cost, and each additional listener requires only two additional method calls.
A basic implementation is provided, the DefaultMulticaster, which uses dynamic proxies to minimize the amount of new code that must be written in order to use a multicaster.
|
RPM found in directory: /vol/rzm6/linux-mandriva/devel/cooker/i586/media/contrib/release |