org.semanticweb.owlapi.model
Interface OWLOntologyChangesVetoedListener


public interface OWLOntologyChangesVetoedListener

Author: Matthew Horridge
The University of Manchester
Bio-Health Informatics Group
Date: 04-Jul-2010


Method Summary
 void ontologyChangesVetoed(java.util.List<? extends OWLOntologyChange> changes, OWLOntologyChangeVetoException veto)
          Called when a list of ontology changes has been vetoed for some reason.
 

Method Detail

ontologyChangesVetoed

void ontologyChangesVetoed(java.util.List<? extends OWLOntologyChange> changes,
                           OWLOntologyChangeVetoException veto)
Called when a list of ontology changes has been vetoed for some reason.

Parameters:
changes - The changes that were vetoed.
veto - The cause of the veto.