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