Package com.vaadin.collaborationengine
Interface PropertyChangeHandler.PropertyChangeEvent
-
- Enclosing interface:
- PropertyChangeHandler
public static interface PropertyChangeHandler.PropertyChangeEventThe property change event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropertyName()Gets the property name.ObjectgetValue()Gets the new value.
-