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