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

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

    • onArrowInvoked

      void onArrowInvoked(MLItem item)
      Called when the item arrow is invoked by the user.
      Parameters:
      item - The item being invoked.