Interface I_CmsSelectionHandler<T>
- Type Parameters:
T
- the generic type of the selection
- All Known Implementing Classes:
CmsCategorySelectField
public interface I_CmsSelectionHandler<T>
Handles selection of a generic type T.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSelection
(T selected) Called when an element is selected.
-
Method Details
-
onSelection
Called when an element is selected.- Parameters:
selected
- the selected element
-