Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.context.CloseContext
Packages that use CloseContext
Package
Description
The spigot-boot inventory framework (3.0.0): view-based inventories with typed per-phase
contexts, reactive state, and declarative pagination.
-
Uses of CloseContext in tech.guilhermekaua.spigotboot.inventoryapi
Methods in tech.guilhermekaua.spigotboot.inventoryapi with parameters of type CloseContextModifier and TypeMethodDescriptionprotected voidView.onClose(@NotNull CloseContext context) Called when the session tears down, with the matchingCloseReason. -
Uses of CloseContext in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that implement CloseContextModifier and TypeClassDescriptionfinal classContext forView.onClose: the session is tearing down.