public class IndexingChangeListener extends com.hp.hpl.jena.rdf.listeners.StatementListener implements com.hp.hpl.jena.rdf.model.ModelChangedListener, SearchIndexer.Listener
| Constructor and Description |
|---|
IndexingChangeListener(SearchIndexer searchIndexer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
notifyEvent(com.hp.hpl.jena.rdf.model.Model model,
Object event)
We only care about events that signal the end of an edit operation.
|
void |
receiveSearchIndexerEvent(SearchIndexer.Event event) |
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
shutdown() |
addedStatements, addedStatements, addedStatements, addedStatements, removedStatements, removedStatements, removedStatements, removedStatementspublic IndexingChangeListener(SearchIndexer searchIndexer)
public void receiveSearchIndexerEvent(SearchIndexer.Event event)
receiveSearchIndexerEvent in interface SearchIndexer.Listenerpublic void shutdown()
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
addedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListeneraddedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListenerpublic void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
removedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerremovedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListenerpublic void notifyEvent(com.hp.hpl.jena.rdf.model.Model model,
Object event)
notifyEvent in interface com.hp.hpl.jena.rdf.model.ModelChangedListenernotifyEvent in class com.hp.hpl.jena.rdf.listeners.StatementListenerCopyright © 2016. All rights reserved.