Hi all, Is it possible to register a ModelChangedListener on a Model such that updates to the Model could be aborted by the ModelChangedListener?
Basically I'm looking for a way to listen for or intercept Model commits so that I can run some validation code or SPARQL *before* the commit is allowed to happen (and potentially abort the commit). Thanks, Justin
