public interface RowKeyChangeListener
| Modifier and Type | Method and Description | 
|---|---|
| void | onRowKeyChange(RowKeyChangeEvent event)Called by CollectionModel to inform a RowKeyChangeListener that a RowKey has changed
 The old row key or the new row key can be null, it is expected that listener implementation
 to handle these situations with best efforts, for example, clear and rebuild component
 state cache to recover. | 
void onRowKeyChange(RowKeyChangeEvent event)
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.