Interface KeysController
- All Known Implementing Classes:
ECSortCustomizerDialog
,SASortCustomizerDialog
@API(type=INTERNAL,
src=PUBLIC)
public interface KeysController
Used for handling with a change of the keys selection.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
selectionChanged
(String newSelection, String oldSelection) Method which controls the change of the selected key.
-
Method Details
-
selectionChanged
Method which controls the change of the selected key.- Parameters:
newSelection
- The new selected key.oldSelection
- The old selected key.
-