We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.util.sqlcontainer.query.
Interface QueryDelegate.RowIdChangeNotifier
All Superinterfaces:
All Known Implementing Classes:
Enclosing interface:
- extends Serializable
public static interface QueryDelegate.RowIdChangeNotifier
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)
- Parameters:
listener
- listener to be added
Adds a RowIdChangeListener for the object.
removeListener
void removeListener(QueryDelegate.RowIdChangeListener listener)
- Parameters:
listener
- listener to be removed
Removes the specified RowIdChangeListener from the object.