Package com.iizix.prop.ui.mlist
Interface IMLActionButtonListener
- All Known Implementing Classes:
MLDateTime,MLSlider,MLSpinner,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 action button.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonActionButtonInvoked(MLItem item) Called when the action button is invoked by the user.
Method Details
onActionButtonInvoked
Called when the action button is invoked by the user.- Parameters:
item- The item's containing the action button.