Package ch.bailu.gtk.gdk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDeviceAdded
(Device device) Emitted when a new input device is related to this seat.
-
Method Details
-
onDeviceAdded
Emitted when a new input device is related to this seat.- Parameters:
device
- the newly added `GdkDevice`.
-