public interface OWLOntologyChangeProgressListener extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
appliedChange(OWLOntologyChange change) |
void |
begin(int size) |
void |
end()
end of the progress.
|
void begin(int size)
size
- the start sizevoid appliedChange(@Nonnull OWLOntologyChange change)
change
- the change just appliedvoid end()
Copyright © 2020 The University of Manchester. All rights reserved.