| Re: [ecf-dev] getRemoteServiceReferences...adding non-blocking impl |
Hi Markus,
<stuff deleted> +1 for public void requestRemoteServiceReferences(ID[] ids, String className, String filter, IRemoteServiceListener listener)
To me listeners appear to be the more natural/simpler approach in
Eclipse land,
thanks for the feedback.
whereas AsynchResult just adds extra convenience.
Also AsynchResult is mostly synchronized, thus might be slower.
This generally isn't a problem, actually.
Just my 2 cents Markus
P.S. Why not name it getRemoteServiceReferences(ID[] ids, String
className, String filter, IRemoteServiceListener listener). IMO the
additional parameter makes it clear that it is asynchronous.
Scott