Uses of Interface
com.aspectran.core.util.ShutdownHook.Task
-
Packages that use ShutdownHook.Task Package Description com.aspectran.core.util -
-
Uses of ShutdownHook.Task in com.aspectran.core.util
Methods in com.aspectran.core.util with type parameters of type ShutdownHook.Task Modifier and Type Method Description static <T extends ShutdownHook.Task>
TShutdownHook. addTask(T task)Methods in com.aspectran.core.util with parameters of type ShutdownHook.Task Modifier and Type Method Description static voidShutdownHook. removeTask(ShutdownHook.Task task)
-