Package ch.bailu.gtk.gdk
Interface Display.OnSeatRemoved
- 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
onSeatRemoved
(Seat seat) Emitted whenever a seat is removed by the windowing system.
-
Method Details
-
onSeatRemoved
Emitted whenever a seat is removed by the windowing system.- Parameters:
seat
- the seat that was just removed
-