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.


Method Summary
 void addListener(QueryDelegate.RowIdChangeListener listener)
          Adds a RowIdChangeListener for the object.
 void removeListener(QueryDelegate.RowIdChangeListener listener)
          Removes the specified RowIdChangeListener from the object.
 

Method Detail

addListener

void addListener(QueryDelegate.RowIdChangeListener listener)
Adds a RowIdChangeListener for the object.

Parameters:
listener - listener to be added

removeListener

void removeListener(QueryDelegate.RowIdChangeListener listener)
Removes the specified RowIdChangeListener from the object.

Parameters:
listener - listener to be removed


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.