Interface Seat.OnDeviceAdded

Enclosing class:
Seat
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 Seat.OnDeviceAdded
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when a new input device is related to this seat.
  • Method Details

    • onDeviceAdded

      void onDeviceAdded(@Nonnull Device device)
      Emitted when a new input device is related to this seat.
      Parameters:
      device - the newly added `GdkDevice`.