Uses of Class
adams.core.shutdownbuiltin.AbstractBuiltInShutdownHook
-
Packages that use AbstractBuiltInShutdownHook Package Description adams.core.shutdownbuiltin -
-
Uses of AbstractBuiltInShutdownHook in adams.core.shutdownbuiltin
Subclasses of AbstractBuiltInShutdownHook in adams.core.shutdownbuiltin Modifier and Type Class Description class
SetShutdownFlag
Sets the global shutdown flag.class
StopBackgroundScriptingEngines
Stops the background scripting engines.Fields in adams.core.shutdownbuiltin with type parameters of type AbstractBuiltInShutdownHook Modifier and Type Field Description protected static List<AbstractBuiltInShutdownHook>
AbstractBuiltInShutdownHook. m_Hooks
the hooks.
-