org.semanticweb.owl.util
Interface OntologyProcessor.ProgressListener

All Known Implementing Classes:
OntologyProcessor.NullProgressListener
Enclosing interface:
OntologyProcessor

public static interface OntologyProcessor.ProgressListener

The interface receiving notification about the progress of the processor.


Method Summary
 void processorProgress(int phase, int done, int steps)
           
 

Method Detail

processorProgress

public void processorProgress(int phase,
                              int done,
                              int steps)


WonderWeb