Example usage for com.vaadin.v7.data Property.ValueChangeEvent interface-usage

List of usage examples for com.vaadin.v7.data Property.ValueChangeEvent interface-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.data Property.ValueChangeEvent interface-usage.

Usage

From source file org.vaadin.viritin.v7.fields.MValueChangeEvent.java

/**
 *
 * @author mattitahvonenitmill
 * @param <T>  the value type
 */
public interface MValueChangeEvent<T> extends Property.ValueChangeEvent {

From source file org.vaadin.viritinv7.fields.MValueChangeEvent.java

/**
 *
 * @author mattitahvonenitmill
 * @param <T>  the value type
 */
public interface MValueChangeEvent<T> extends Property.ValueChangeEvent {