[Mono-bugs] [Bug 633014] Cleanup API by hiding I*Listener interfaces which have *EventHandler delegates defined.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Aug 19 19:00:47 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=633014

https://bugzilla.novell.com/show_bug.cgi?id=633014#c1


--- Comment #1 from Jonathan Pryor <jpryor at novell.com> 2010-08-19 23:00:46 UTC ---
Part of the rational for not previously doing this is twofold:

1. If developers are following existing samples, they'll see use of the
*Listener interfaces and the setFooListener() methods, both of which won't
exist anymore.  This will complicate use of existing Java example code.

2. If a developer wants to do something "fancier" than the current event model,
hiding the I*Listener interface and Set*Listener() method would make that
impossible.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list