- All Known Subinterfaces:
IntegerTrigger
,IntegerTrigger
,Player
,Player
,Player
,Slider
,Slider
,Slider
,SpinBox
,SpinBox
,SpinBox
@Signal(int.class) public interface IntegerTrigger extends Trigger
This type represents all triggers emitting an integer type signal.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description int
maximum()
The minimum value of this trigger.int
minimum()
The maximum value of this trigger.void
onchange(int value)
boolean
recordEnabled()
iftrue
trigger can record imagesint
value()
the value of this trigger.Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
value
the value of this trigger. This is also emitted. Changing this field by programming does not invoke connected method.- Returns:
- value
-
minimum
The maximum value of this trigger.- Returns:
- minimum
-
maximum
The minimum value of this trigger.- Returns:
- maximum
-
recordEnabled
iftrue
trigger can record images- Returns:
- record feature enabled
-
onchange
-