public class DeveloperDisabledModelChangeListener extends Object implements com.hp.hpl.jena.rdf.model.ModelChangedListener
| Constructor and Description |
|---|
DeveloperDisabledModelChangeListener(com.hp.hpl.jena.rdf.model.ModelChangedListener inner,
Key disablingKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement s) |
void |
addedStatements(List<com.hp.hpl.jena.rdf.model.Statement> statements) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.Model m) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.Statement[] statements) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.StmtIterator statements) |
void |
notifyEvent(com.hp.hpl.jena.rdf.model.Model m,
Object event) |
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement s) |
void |
removedStatements(List<com.hp.hpl.jena.rdf.model.Statement> statements) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.Model m) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.Statement[] statements) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.StmtIterator statements) |
public DeveloperDisabledModelChangeListener(com.hp.hpl.jena.rdf.model.ModelChangedListener inner,
Key disablingKey)
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement s)
addedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(com.hp.hpl.jena.rdf.model.Statement[] statements)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(List<com.hp.hpl.jena.rdf.model.Statement> statements)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(com.hp.hpl.jena.rdf.model.StmtIterator statements)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(com.hp.hpl.jena.rdf.model.Model m)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatement(com.hp.hpl.jena.rdf.model.Statement s)
removedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(com.hp.hpl.jena.rdf.model.Statement[] statements)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(List<com.hp.hpl.jena.rdf.model.Statement> statements)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(com.hp.hpl.jena.rdf.model.StmtIterator statements)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(com.hp.hpl.jena.rdf.model.Model m)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void notifyEvent(com.hp.hpl.jena.rdf.model.Model m,
Object event)
notifyEvent in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerCopyright © 2016. All rights reserved.