Interface Seat.OnToolRemoved

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

    Modifier and Type
    Method
    Description
    void
    Emitted whenever a tool is no longer known to this @seat.
  • Method Details

    • onToolRemoved

      void onToolRemoved(@Nonnull DeviceTool tool)
      Emitted whenever a tool is no longer known to this @seat.
      Parameters:
      tool - the just removed `GdkDeviceTool`