org.semanticweb.owl.util
Class OntologyProcessor.NullProgressListener

java.lang.Object
  |
  +--org.semanticweb.owl.util.OntologyProcessor.NullProgressListener
All Implemented Interfaces:
OntologyProcessor.ProgressListener
Enclosing class:
OntologyProcessor

protected static class OntologyProcessor.NullProgressListener
extends Object
implements OntologyProcessor.ProgressListener

Empty progress listener.


Field Summary
static OntologyProcessor.ProgressListener INSTANCE
           
 
Constructor Summary
protected OntologyProcessor.NullProgressListener()
           
 
Method Summary
 void processorProgress(int phase, int done, int steps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final OntologyProcessor.ProgressListener INSTANCE
Constructor Detail

OntologyProcessor.NullProgressListener

protected OntologyProcessor.NullProgressListener()
Method Detail

processorProgress

public void processorProgress(int phase,
                              int done,
                              int steps)
Specified by:
processorProgress in interface OntologyProcessor.ProgressListener


WonderWeb