Uses of Class
com.tick42.glue.desktop.windows.event.WindowBoundsChangedEvent
-
Packages that use WindowBoundsChangedEvent Package Description com.tick42.glue.desktop.windows The window management API for Glue. -
-
Uses of WindowBoundsChangedEvent in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows that return types with arguments of type WindowBoundsChangedEvent Modifier and Type Method Description GlueEvent.Subscription<WindowBoundsChangedEvent>Window. onBoundsChanged(WindowBoundsChangedEvent.Listener listener)Registers a callback to be notified when window bounds change.
-