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

edu.stanford.protege.widgetmap.client.view.HasViewTitleChangedHandlers Maven / Gradle / Ivy

package edu.stanford.protege.widgetmap.client.view;

import com.google.gwt.event.shared.HandlerRegistration;
import com.google.gwt.event.shared.HasHandlers;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 05/12/2013 */ public interface HasViewTitleChangedHandlers { HandlerRegistration addViewTitleChangedHandler(ViewTitleChangedHandler handler); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy