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.
Interface used to listen to invocation of the item arrow action.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonArrowInvoked(MLItem item) Called when the item arrow is invoked by the user.
Method Details
onArrowInvoked
Called when the item arrow is invoked by the user.- Parameters:
item- The item being invoked.