Uses of Class
org.praxislive.code.userapi.Trigger
-
Packages that use Trigger Package Description org.praxislive.code org.praxislive.code.userapi -
-
Uses of Trigger in org.praxislive.code
Subclasses of Trigger in org.praxislive.code Modifier and Type Class Description classTriggerControl -
Uses of Trigger in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Trigger Modifier and Type Method Description TriggerTrigger. clearLinks()Clear all Linkables from this Trigger.TriggerTrigger. index(int idx)Set the current index.TriggerTrigger. link(Runnable runnable)Run the provided Runnable each time this Trigger is triggered.TriggerTrigger. maxIndex(int max)Set the maximum index, at which the index will wrap back to zero.TriggerTrigger. trigger()Manually trigger this Trigger.Methods in org.praxislive.code.userapi with parameters of type Trigger Modifier and Type Method Description protected voidTrigger. attach(CodeContext<?> context, Trigger previous)
-