Uses of Class
com.tick42.glue.desktop.windows.event.WindowFrameButtonClickedEvent
-
Packages that use WindowFrameButtonClickedEvent Package Description com.tick42.glue.desktop.windows The window management API for Glue. -
-
Uses of WindowFrameButtonClickedEvent in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return types with arguments of type WindowFrameButtonClickedEvent Modifier and Type Method Description GlueEvent.Subscription<WindowFrameButtonClickedEvent>Window. onFrameButtonClicked(WindowFrameButtonClickedEvent.Listener listener)Registers a callback to be notified when some button from the window frame is clicked.
-