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