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.Action
ShutdownHooks.Action.andThen
(ShutdownHooks.Action next) Generates a newShutdownHooks.Action
from the the supplied action.default ShutdownHooks.Action
ShutdownHooks.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 TypeMethodDescriptionvoid
ShutdownHooks.add
(ShutdownHooks.Action action) Adds a newShutdownHooks.Action
to thisShutdownHooks
instance.void
ShutdownHooks.add
(Object context, ShutdownHooks.Action action) Adds a newShutdownHooks.Action
to thisShutdownHooks
instance.default ShutdownHooks.Action
ShutdownHooks.Action.andThen
(ShutdownHooks.Action next) Generates a newShutdownHooks.Action
from the the supplied action.default ShutdownHooks.Action
ShutdownHooks.Action.andThen
(Object context, ShutdownHooks.Action next) Identical toandThen(Action)
, but allows for some additional logging and associated context.