On Fri, Apr 10, 2009 at 22:35, Todd Volkert <tvolk...@gmail.com> wrote: > Yeah I use 'em in a Pivot app I wrote, and another benefit is that you > can use the @Override attribute on the methods you override, and then > if we change the listener interface, the compiler tells you :) > > I like the concept, but things to consider: > > 1) Where would they go? In the same package as the interface itself? > I would think they should go close to the interfaces, so yes, in the same package. Makes them more discoverable.
> 2) How much does this bloat the JAR files that we release? > Will definitely make a difference - how much of an issue is that? Surely people who care about applet size are running their stuff through something like ProGuard?