Package com.iizix.prop.ui.mlist
Interface IMLArrowActionListener
-
- All Known Implementing Classes:
MLCheckBox
,MLDateTime
,MLRadioButton
,MLSimple
,MLSlider
,MLSpinner
,MLSwitch
,MLText
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IMLArrowActionListener
Interface used to listen to invocation of the item arrow action.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onArrowInvoked(MLItem item)
Called when the item arrow is invoked by the user.
-
-
-
Method Detail
-
onArrowInvoked
void onArrowInvoked(MLItem item)
Called when the item arrow is invoked by the user.- Parameters:
item
- The item being invoked.
-
-