public interface OWLOntologyLoaderListener extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
OWLOntologyLoaderListener.LoadingEvent
loading event
|
static class |
OWLOntologyLoaderListener.LoadingFinishedEvent
Describes the situation when the loading process for an ontology has
finished.
|
static class |
OWLOntologyLoaderListener.LoadingStartedEvent
loading start event
|
Modifier and Type | Method and Description |
---|---|
void |
finishedLoadingOntology(OWLOntologyLoaderListener.LoadingFinishedEvent event)
Called when the process of loading an ontology has finished.
|
void |
startedLoadingOntology(OWLOntologyLoaderListener.LoadingStartedEvent event)
Called when the process of attempting to load an ontology starts.
|
void startedLoadingOntology(@Nonnull OWLOntologyLoaderListener.LoadingStartedEvent event)
event
- The loading started event that describes the ontology that is
being loaded.void finishedLoadingOntology(@Nonnull OWLOntologyLoaderListener.LoadingFinishedEvent event)
event
- The loading finished event that describes the ontology that was
loaded.Copyright © 2020 The University of Manchester. All rights reserved.