Package tech.guilhermekaua.spigotboot.inventoryapi.context
package tech.guilhermekaua.spigotboot.inventoryapi.context
-
ClassDescriptionContext for
View.onClose: the session is tearing down.Why a session closed; exposed throughCloseContext.reason().Context forView.onOpen: runs before any container exists.Context forView.onFirstRender: declares this session's components.Context for component click handlers andView.onClick: one instance per interceptedInventoryClickEvent.Context forView.onUpdate: fired by scheduled ticks, state flushes, explicit updates and pagination settles.Why an update pass runs; exposed throughUpdateContext.trigger().Base contract shared by every per-phase context handed toViewlifecycle handlers.