Package ch.bailu.gtk.gdk
Interface Display.OnSeatAdded
- 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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSeatAdded
(Seat seat) Emitted whenever a new seat is made known to the windowing system.
-
Method Details
-
onSeatAdded
Emitted whenever a new seat is made known to the windowing system.- Parameters:
seat
- the seat that was just added
-