[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r22341 - trunk/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl

From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: 2006-11-19 08:31:43 CET

David Glasser wrote:
> On 11/18/06, dlr@tigris.org <dlr@tigris.org> wrote:
>> Author: dlr
>> Date: Sat Nov 18 15:12:00 2006
>> New Revision: 22341
>>
>> Log:
>> JavaHL: Extend a typical Java event notification interface.
>
>> -public interface Notify2
>> +public interface Notify2 extends EventListener
>
> Hmm, I didn't actually know that "extends" worked against interfaces;
> would it make sense to change this to "implements", which I think is
> more typically used?

Java requires:

class "extends" class
class "implements" interface
interface "extends" interface

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 19 08:32:10 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.