Uses of Interface
org.aesh.terminal.tty.utils.ShutdownHooks.Task
Packages that use ShutdownHooks.Task
-
Uses of ShutdownHooks.Task in org.aesh.terminal.tty.impl
Fields in org.aesh.terminal.tty.impl declared as ShutdownHooks.TaskModifier and TypeFieldDescriptionprotected final ShutdownHooks.TaskAbstractWindowsTerminal.closerShutdown hook task for cleanup.protected final ShutdownHooks.TaskPosixSysTerminal.closerShutdown hook task for cleanup. -
Uses of ShutdownHooks.Task in org.aesh.terminal.tty.utils
Methods in org.aesh.terminal.tty.utils with type parameters of type ShutdownHooks.TaskModifier and TypeMethodDescriptionstatic <T extends ShutdownHooks.Task>
TShutdownHooks.add(T task) Adds a task to be executed on JVM shutdown.Methods in org.aesh.terminal.tty.utils with parameters of type ShutdownHooks.TaskModifier and TypeMethodDescriptionstatic voidShutdownHooks.remove(ShutdownHooks.Task task) Removes a task from the shutdown hook.