ModelEvent

interface ModelEvent

Represents a base event in the BetterModel system.

All events related to model lifecycle, interaction, and animation implement this interface. Events can be dispatched using the call method.

Since

2.0.0

Inheritors

Functions

Link copied to clipboard
open fun call(): Boolean
Dispatches this event to the global event bus.