Package ch.bailu.gtk.gdk
Schnittstelle Display.OnClosed
- Umschließende Klasse:
Display
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onClosed
(boolean is_error) Emitted when the connection to the windowing system for @display is closed.
-
Methodendetails
-
onClosed
void onClosed(boolean is_error) Emitted when the connection to the windowing system for @display is closed.- Parameter:
is_error
- %TRUE if the display was closed due to an error
-