Interface IUITableSelectionChangeListener
public interface IUITableSelectionChangeListener
Interface used to listen to UITable selection changes directly. This interface is used to listen to both table row and table cell selection changes.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonSelectionChanged(UITable table) Called when the selection has changed.
Method Details
onSelectionChanged
Called when the selection has changed.- Parameters:
table- The table that had its selection changed.