- java.lang.Object
-
- org.praxislive.code.TriggerControl.Binding
-
- Enclosing class:
- TriggerControl
public abstract static class TriggerControl.Binding extends Object
-
-
Constructor Summary
Constructors Constructor Description Binding()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
attach(CodeContext<?> delegate)
abstract boolean
peek()
abstract boolean
poll()
abstract void
trigger(long time)
-
-
-
Method Detail
-
attach
protected void attach(CodeContext<?> delegate)
-
poll
public abstract boolean poll()
-
peek
public abstract boolean peek()
-
-