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