Package com._1c.g5.v8.dt.common.ui
Interface ISelectionChangeHandler
-
public interface ISelectionChangeHandler
Handler, that handles abstract selection change event. Used to pass selection change handling inside widgets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectionChanged(SelectionChangedEvent event)
Handle selection change event.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(SelectionChangedEvent event)
Handle selection change event.- Parameters:
event
- selection change event
-
-