Interface ListBox.OnMoveCursor

Enclosing class:
ListBox
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 static interface ListBox.OnMoveCursor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMoveCursor(int object, int p0, boolean p1, boolean p2)
     
  • Method Details

    • onMoveCursor

      void onMoveCursor(int object, int p0, boolean p1, boolean p2)
      Parameters:
      object -
      p0 -
      p1 -
      p2 -