Interface UpdateContext
- All Superinterfaces:
ViewContext
- All Known Implementing Classes:
UpdateContextImpl
Context for
View.onUpdate: fired by scheduled ticks, state flushes, explicit
updates and pagination settles. Main thread, engine-invoked.-
Method Summary
Modifier and TypeMethodDescription@NotNull UpdateTriggertrigger()Returns what triggered this update pass.
-
Method Details
-
trigger
Returns what triggered this update pass.- Returns:
- the update trigger
-