Uses of Interface
com.tick42.glue.desktop.layouts.LayoutSaveHandler
-
Packages that use LayoutSaveHandler Package Description com.tick42.glue.desktop.layouts -
-
Uses of LayoutSaveHandler in com.tick42.glue.desktop.layouts
Subinterfaces of LayoutSaveHandler in com.tick42.glue.desktop.layouts Modifier and Type Interface Description static interfaceLayouts.SaveRequestListenerDeprecated.Methods in com.tick42.glue.desktop.layouts with parameters of type LayoutSaveHandler Modifier and Type Method Description <T> CompletionStage<AsynchronousCloseable>Layouts. addSaveListener(LayoutSaveHandler<T> handler)Registers a handler to provide additional context to be saved with the layout state.<T> CompletionStage<AsynchronousCloseable>Layouts. addSaveListener(String instanceId, LayoutSaveHandler<T> handler)Registers a handler to provide additional context to be saved with the layout state of a specific instance.
-