[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: suggestions
Good Morning
> if my suggestiosn earlier seem sensible (eg. a Tellable interface) let
> me know and I'll try to code something up...
It sounds good. I started looking at the Observable part of Java
but it does not provide the thing you like. Let's sketch the
Tellable interface so we can get it developed here on email. Than
I just start supporting it in SiRPAC in case someone uses it.
public interface Tellable
{
public void fetchRDF(String sURI, Tellable obj);
public void assert (Triple t);
}
Then SiRPAC could register a Vector'full of Tellable objects and
every time there's a addTriple() method call, I would effectively
call assert(t) for all objects in that Vector. Is this the idea
you had?
Janne
--
Janne Saarela | Visiting scientist
Email: jsaarela@w3.org | World Wide Web Consortium http://www.w3.org/