Uses of Interface
dev.getelements.elements.sdk.util.ShutdownHooks.Action
Packages that use ShutdownHooks.Action
-
Uses of ShutdownHooks.Action in dev.getelements.elements.sdk.util
Methods in dev.getelements.elements.sdk.util that return ShutdownHooks.ActionModifier and TypeMethodDescriptiondefault ShutdownHooks.ActionShutdownHooks.Action.andThen(ShutdownHooks.Action next) Generates a newShutdownHooks.Actionfrom the the supplied action.default ShutdownHooks.ActionShutdownHooks.Action.andThen(Object context, ShutdownHooks.Action next) Identical toandThen(Action), but allows for some additional logging and associated context.Methods in dev.getelements.elements.sdk.util with parameters of type ShutdownHooks.ActionModifier and TypeMethodDescriptionvoidShutdownHooks.add(ShutdownHooks.Action action) Adds a newShutdownHooks.Actionto thisShutdownHooksinstance.voidShutdownHooks.add(Object context, ShutdownHooks.Action action) Adds a newShutdownHooks.Actionto thisShutdownHooksinstance.default ShutdownHooks.ActionShutdownHooks.Action.andThen(ShutdownHooks.Action next) Generates a newShutdownHooks.Actionfrom the the supplied action.default ShutdownHooks.ActionShutdownHooks.Action.andThen(Object context, ShutdownHooks.Action next) Identical toandThen(Action), but allows for some additional logging and associated context.