org.semanticweb.owlapi.model
Interface OWLOntologyChangeProgressListener


public interface OWLOntologyChangeProgressListener

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 12-Mar-2009

Objects that want to listen to the progress of applying changes to an ontology should implement this interface and add themselves as listener to a manager.


Method Summary
 void appliedChange(OWLOntologyChange change)
           
 void begin(int size)
           
 void end()
           
 

Method Detail

begin

void begin(int size)

appliedChange

void appliedChange(OWLOntologyChange change)

end

void end()