Re: How do I get callback notifications from slide server about change in resources for eclipse RCP application

2004-11-15 Thread James Mason
Anupam, The easiest way to do this is probably with a NotificationListener. Take a look at http://cvs.apache.org/viewcvs.cgi/jakarta-slide/src/share/org/apache/slide/cluster/ClusterCacheRefresher.java?rev=1.5view=auto and http://jakarta.apache.org/slide/clientjavadoc/index.html -James On Fri,

How do I get callback notifications from slide server about change in resources for eclipse RCP application

2004-11-12 Thread Anupam Vaval
Hi I am developing eclipse RCP application which makes use of Slide webDAV client APIs to communicate with repository. I would like get call back to RCP application when there is change in status of resource on slide server. Looking at API documentation, I came across