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