Uses of Interface
edu.cornell.mannlib.vedit.listener.ChangeListener
-
Packages that use ChangeListener Package Description edu.cornell.mannlib.vedit.beans edu.cornell.mannlib.vitro.webapp.auth.policy.bean edu.cornell.mannlib.vitro.webapp.edit.listener.impl -
-
Uses of ChangeListener in edu.cornell.mannlib.vedit.beans
Methods in edu.cornell.mannlib.vedit.beans that return types with arguments of type ChangeListener Modifier and Type Method Description List<ChangeListener>EditProcessObject. getChangeListenerList()Method parameters in edu.cornell.mannlib.vedit.beans with type arguments of type ChangeListener Modifier and Type Method Description voidEditProcessObject. setChangeListenerList(List<? extends ChangeListener> changeListenerList) -
Uses of ChangeListener in edu.cornell.mannlib.vitro.webapp.auth.policy.bean
Classes in edu.cornell.mannlib.vitro.webapp.auth.policy.bean that implement ChangeListener Modifier and Type Class Description classPropertyRestrictionListenerAdd this ChangeListener to your EditProcessObject when modifying the ontology, and we will refresh the PropertyRestrictionPolicyHelper bean as appropriate. -
Uses of ChangeListener in edu.cornell.mannlib.vitro.webapp.edit.listener.impl
Classes in edu.cornell.mannlib.vitro.webapp.edit.listener.impl that implement ChangeListener Modifier and Type Class Description classIndividualDataPropertyStatementProcessorclassVclassOntologyLinker
-