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

    Modifier and Type
    Method
    Description
    void
    Called when the action button is invoked by the user.
  • Method Details

    • onActionButtonInvoked

      void onActionButtonInvoked(MLItem item)
      Called when the action button is invoked by the user.
      Parameters:
      item - The item's containing the action button.