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.
@FunctionalInterface public interface IMLActionButtonListener
Interface used to listen to invocation of the action button.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onActionButtonInvoked(MLItem item)
Called when the action button is invoked by the user.
-
-
-
Method Detail
-
onActionButtonInvoked
void onActionButtonInvoked(MLItem item)
Called when the action button is invoked by the user.- Parameters:
item
- The item's containing the action button.
-
-