Interface ReloadState
- All Known Implementing Classes:
ReloadState.Failure, ReloadState.OnReload, ReloadState.Success
public sealed interface ReloadState
permits ReloadState.Success, ReloadState.Failure, ReloadState.OnReload
Represents the state of reloading.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordReload failure.static final classStill on reload.static final recordReload success. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReloadState.OnReloadA singleton instance of reload.
-
Field Details
-
ON_RELOAD
A singleton instance of reload.
-