Uses of Interface
modelarium.attributes.functional.EventRunFunction
Packages that use EventRunFunction
Package
Description
Functional utilities and abstractions for working with attributes.
-
Uses of EventRunFunction in modelarium.attributes.functional
Constructors in modelarium.attributes.functional with parameters of type EventRunFunctionModifierConstructorDescriptionFunctionalEvent(String name, boolean isRecorded, EventRunFunction runLogic, EventIsTriggeredFunction triggerLogic) Constructs a functional event with the given name, recording flag, and behaviour.