Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.vaadin.collaborationengine
Interface PropertyChangeHandler.PropertyChangeEvent
Enclosing interface:
PropertyChangeHandler
public static interface
PropertyChangeHandler.PropertyChangeEvent
The property change event.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getPropertyName
()
Gets the property name.
Object
getValue
()
Gets the new value.
Method Details
getPropertyName
String
getPropertyName
()
Gets the property name.
Returns:
the property name, not
null
getValue
Object
getValue
()
Gets the new value.
Returns:
the value, not
null