Interface Display.OnSeatAdded

Enclosing class:
Display
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 Display.OnSeatAdded
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted whenever a new seat is made known to the windowing system.
  • Method Details

    • onSeatAdded

      void onSeatAdded(@Nonnull Seat seat)
      Emitted whenever a new seat is made known to the windowing system.
      Parameters:
      seat - the seat that was just added