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

Re: [Subclipse-users] Subclipse Listener API

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-12-02 14:59:10 CET

On Dec 2, 2007 5:41 AM, Gary Duprex <Gary.Duprex@aspectstools.com> wrote:

> are there any plans to introduce a listener API to Subclipse so that
> other plugins/interested parties can receive notification(s) on completion
> of a certain command(s). This would be extremely useful for a plugin i am
> developing.

You can do this in the next release, as a by-product of another
change. ISVNClientAdapter already had the ability to let you attach
as many listeners as you want. The problem in the current Subclipse
is that we construct these objects all the time, so there is no way
for you to attach your listener. In the next release, we only create
one of the objects and just reuse it. So once you have attached your
listener it will stay attached.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Sun Dec 2 14:59:20 2007

This is an archived mail posted to the Subclipse Users mailing list.

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