[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: suggestions



Hi Dan

Ok, I see you point very well. So, I suggest we expand the
Tellable interface with two methods

  public void start (sURI);
and
  public void end (sURI);

I our previous scenarios, SiRPAC would call registered Tellable object
with start() method before any asserts and end() method finally when
all asserts have been done. The URI in the parameter would indicate
which corresponding fetchRDF() call has been completed.

I added register/unregister methods to SiRPAC and added support for
this Tellable interface. You find the code attached to this email.
Please try it out if you have the time, thanks.

Janne
--
Janne Saarela           | Visiting scientist
Email: jsaarela@w3.org  | World Wide Web Consortium http://www.w3.org/

dan.zip