Class VClassGroupCache.VClassGroupCacheChangeListener
- java.lang.Object
-
- org.apache.jena.rdf.listeners.StatementListener
-
- edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache.VClassGroupCacheChangeListener
-
- All Implemented Interfaces:
org.apache.jena.rdf.model.ModelChangedListener
- Enclosing class:
- VClassGroupCache
protected class VClassGroupCache.VClassGroupCacheChangeListener extends org.apache.jena.rdf.listeners.StatementListenerListen for changes to what class group classes are in and their display rank.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedVClassGroupCacheChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddedStatement(org.apache.jena.rdf.model.Statement stmt)protected voidcheckAndDoUpdate(org.apache.jena.rdf.model.Statement stmt)voidnotifyEvent(org.apache.jena.rdf.model.Model model, Object event)voidremovedStatement(org.apache.jena.rdf.model.Statement stmt)
-
-
-
Method Detail
-
addedStatement
public void addedStatement(org.apache.jena.rdf.model.Statement stmt)
- Specified by:
addedStatementin interfaceorg.apache.jena.rdf.model.ModelChangedListener- Overrides:
addedStatementin classorg.apache.jena.rdf.listeners.StatementListener
-
removedStatement
public void removedStatement(org.apache.jena.rdf.model.Statement stmt)
- Specified by:
removedStatementin interfaceorg.apache.jena.rdf.model.ModelChangedListener- Overrides:
removedStatementin classorg.apache.jena.rdf.listeners.StatementListener
-
checkAndDoUpdate
protected void checkAndDoUpdate(org.apache.jena.rdf.model.Statement stmt)
-
notifyEvent
public void notifyEvent(org.apache.jena.rdf.model.Model model, Object event)- Specified by:
notifyEventin interfaceorg.apache.jena.rdf.model.ModelChangedListener- Overrides:
notifyEventin classorg.apache.jena.rdf.listeners.StatementListener
-
-