Uses of Enum Class
tech.guilhermekaua.spigotboot.inventoryapi.context.CloseReason
Packages that use CloseReason
Package
Description
-
Uses of CloseReason in tech.guilhermekaua.spigotboot.inventoryapi.context
Methods in tech.guilhermekaua.spigotboot.inventoryapi.context that return CloseReasonModifier and TypeMethodDescription@NotNull CloseReasonCloseContext.reason()Returns why this session is closing.static CloseReasonReturns the enum constant of this class with the specified name.static CloseReason[]CloseReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CloseReason in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that return CloseReasonConstructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.context with parameters of type CloseReasonModifierConstructorDescriptionCloseContextImpl(@NotNull ViewSession session, @NotNull ViewEngine engine, @NotNull CloseReason reason) Creates the context for one teardown. -
Uses of CloseReason in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine with parameters of type CloseReasonModifier and TypeMethodDescriptionvoidViewEngine.close(@NotNull ViewSession session, @NotNull CloseReason reason) Closes a session with the given reason; idempotent on already closed sessions. -
Uses of CloseReason in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.engine.phase with parameters of type CloseReasonModifier and TypeMethodDescriptionvoidClosePhase.close(@NotNull ViewSession session, @NotNull CloseReason reason) Closes a session with the given reason; closing an already closed session is a no-op.