Uses of Interface
ca.corbett.updates.ShutdownHook
Packages that use ShutdownHook
Package
Description
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.
-
Uses of ShutdownHook in ca.corbett.updates
Fields in ca.corbett.updates with type parameters of type ShutdownHookMethods in ca.corbett.updates with parameters of type ShutdownHookModifier and TypeMethodDescriptionvoidUpdateManager.registerShutdownHook(ShutdownHook hook) Register to receive notification before the application is restarted to pick up changes caused by extensions being installed or uninstalled.voidUpdateManager.unregisterShutdownHook(ShutdownHook hook) You can unregister a previously registered shutdown hook.