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

org.umlg.framework.ModelLoadedEvent Maven / Gradle / Ivy

package org.umlg.framework;

import org.eclipse.uml2.uml.Model;

/**
 * Date: 2013/01/03
 * Time: 7:13 PM
 */
public interface ModelLoadedEvent {

    void loaded(Model model);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy