Uses of Interface
com.tick42.glue.desktop.applications.ShuttingDownHandler
-
Packages that use ShuttingDownHandler Package Description com.tick42.glue.desktop.applications The application management API for Glue Desktop. -
-
Uses of ShuttingDownHandler in com.tick42.glue.desktop.applications
Methods in com.tick42.glue.desktop.applications with parameters of type ShuttingDownHandler Modifier and Type Method Description CompletionStage<AsynchronousCloseable>ApplicationManager. registerShuttingDownHandler(ShuttingDownHandler handler)Registers a handler function to be executed when Glue Desktop will shut down or restart.
-