All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.protege.editor.owl.model.event.OWLModelManagerListener Maven / Gradle / Ivy

Go to download

OWL ontology editing infrastructure used by the Protege desktop application.

The newest version!
package org.protege.editor.owl.model.event;
/*
 * Copyright (C) 2007, University of Manchester
 *
 *
 */


/**
 * Author: Matthew Horridge
* The University Of Manchester
* Medical Informatics Group
* Date: Apr 19, 2006

* [email protected]
* www.cs.man.ac.uk/~horridgm

*/ public interface OWLModelManagerListener { public void handleChange(OWLModelManagerChangeEvent event); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy