Uses of Interface
jline.internal.ShutdownHooks.Task
-
Packages that use ShutdownHooks.Task Package Description jline.internal Internal support. -
-
Uses of ShutdownHooks.Task in jline.internal
Methods in jline.internal with type parameters of type ShutdownHooks.Task Modifier and Type Method Description static <T extends ShutdownHooks.Task>
TShutdownHooks. add(T task)
Methods in jline.internal with parameters of type ShutdownHooks.Task Modifier and Type Method Description static void
ShutdownHooks. remove(ShutdownHooks.Task task)
-