edu.stanford.protege.widgetmap.client.RootNodeChangedHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of widgetmap Show documentation
Show all versions of widgetmap Show documentation
widgetmap is a GWT library that provides a treemap-like nesting for Widget
package edu.stanford.protege.widgetmap.client;
/**
* Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 09/01/2014
*/
public interface RootNodeChangedHandler {
void handleRootNodeChanged(RootNodeChangedEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy