Interface ListModelInterface.OnGetItem

Enclosing class:
ListModelInterface
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 ListModelInterface.OnGetItem
  • Method Details

    • onGetItem

      Pointer onGetItem(CallbackHandler __self, @Nonnull ListModel list, int position)
      Parameters:
      list - a #GListModel
      position - the position of the item to fetch
      Returns:
      the object at @position.