com.vaadin.data.util.sqlcontainer.query.

Interface QueryDelegate.RowIdChangeNotifier

  • All Superinterfaces:

    Serializable

    All Known Implementing Classes:

    TableQuery

    Enclosing interface:

    QueryDelegate

    public static interface QueryDelegate.RowIdChangeNotifier
    extends Serializable

    The interface for adding and removing RowIdChangeEvent listeners. By implementing this interface a class explicitly announces that it will generate a RowIdChangeEvent when it performs a database commit that may change the RowId.