Uses of Interface
com.tick42.glue.desktop.windows.event.WindowHibernateEvent.Listener
-
Packages that use WindowHibernateEvent.Listener Package Description com.tick42.glue.desktop.windows The window management API for Glue. -
-
Uses of WindowHibernateEvent.Listener in com.tick42.glue.desktop.windows
Methods in com.tick42.glue.desktop.windows with parameters of type WindowHibernateEvent.Listener Modifier and Type Method Description GlueEvent.Subscription<WindowHibernateEvent>Window. onHibernated(WindowHibernateEvent.Listener listener)Registers a callback to be notified when the current layout is about to be suspended/hibernated.
-