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

com.vaadin.polymer.platinum.widget.event.ValueChangedEventHandler Maven / Gradle / Ivy

The newest version!
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from platinum-bluetooth project by The Polymer Authors
 * that is licensed with http://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.platinum.widget.event;

import com.google.gwt.event.shared.EventHandler;

/**
 *
 */
public interface ValueChangedEventHandler extends EventHandler {

    void onValueChanged(ValueChangedEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy