Interface Display.OnSeatRemoved

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.OnSeatRemoved
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted whenever a seat is removed by the windowing system.
  • Method Details

    • onSeatRemoved

      void onSeatRemoved(@Nonnull Seat seat)
      Emitted whenever a seat is removed by the windowing system.
      Parameters:
      seat - the seat that was just removed