com.vaadin.collaborationengine.

Interface PropertyChangeHandler.PropertyChangeEvent

Enclosing interface:

PropertyChangeHandler

public static interface PropertyChangeHandler.PropertyChangeEvent

The property change event.

  • Method Summary

    Modifier and Type
    Method
    Description

    Gets the property name.

    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