|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISelectionListener<T>
A listener for selection events on a ISelectionModel
. Register instances on it with ISelectionModel.addListener(ISelectionListener)
.
Method Summary | |
---|---|
void |
selectionAllChanged()
Notification that the entire selection on a ISelectionModel is cleared or set: rewrite all shown rows. |
void |
selectionChanged(T row,
boolean on)
Notification that the selection of the item changed. |
Method Detail |
---|
void selectionChanged(@Nonnull T row, boolean on) throws java.lang.Exception
row
- on
-
java.lang.Exception
void selectionAllChanged() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |