com.vaadin.data.


Interface Property.ValueChangeEvent

All Superinterfaces:

Serializable

All Known Implementing Classes:

Field.ValueChangeEvent, Label.ValueChangeEvent

Enclosing interface:

Property

public static interface Property.ValueChangeEvent
extends Serializable

An Event object specifying the Property whose value has been changed.

Since:

3.0

Version:

6.8.18

Author:

Vaadin Ltd.

Method Summary
 Property getProperty()
          Retrieves the Property that has been modified.
 

Method Detail

getProperty

Property getProperty()

Retrieves the Property that has been modified.

Returns:
source Property of the event