Class AbstractOnEventLoadTrigger

java.lang.Object
io.jmix.flowui.facet.dataloadcoordinator.AbstractOnEventLoadTrigger
All Implemented Interfaces:
DataLoadCoordinator.Trigger
Direct Known Subclasses:
OnFragmentEventLoadTrigger, OnViewEventLoadTrigger

public abstract class AbstractOnEventLoadTrigger extends Object implements DataLoadCoordinator.Trigger
An abstract implementation of the DataLoadCoordinator.Trigger interface. It registers an event listener on a specified FacetOwner's event and invokes the associated DataLoader when the event occurs, triggering data loading operations.