Package ch.bailu.gtk.gdk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onToolRemoved
(DeviceTool tool) Emitted whenever a tool is no longer known to this @seat.
-
Method Details
-
onToolRemoved
Emitted whenever a tool is no longer known to this @seat.- Parameters:
tool
- the just removed `GdkDeviceTool`
-