/[Apache-SVN]
ViewVC logotype

Revision 432594


Jump to revision: Previous Next
Author: rickhall
Date: Fri Aug 18 14:12:29 2006 UTC (17 years, 11 months ago)
Changed paths: 1
Log Message:
The rewritten EventDispatcher (FELIX-5) was using equals() instead of == to
compare listeners because the old dispatching mechanism also did so. The
difference, however, was that the old mechanism wrapped listeners and
implemented equals() to do an == comparison on the original listener. Since
the new EventDispatcher does not need to wrap listeners, it should just
use == instead of equals(). This modification implements that change.


Changed paths

Path Details
Directoryincubator/felix/trunk/framework/src/main/java/org/apache/felix/framework/util/EventDispatcher.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26