Package org.apache.groovy.swing.binding
Class SwingTimerTriggerBinding
java.lang.Object
org.apache.groovy.swing.binding.SwingTimerTriggerBinding
- All Implemented Interfaces:
TriggerBinding
Creates bindings driven by a Swing timer.
- Since:
- Groovy 1.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBinding(SourceBinding source, TargetBinding target) Creates a timer-backed full binding.
-
Constructor Details
-
SwingTimerTriggerBinding
public SwingTimerTriggerBinding()
-
-
Method Details
-
createBinding
Creates a timer-backed full binding.- Specified by:
createBindingin interfaceTriggerBinding- Parameters:
source- the source binding, expected to be aClosureSourceBindingtarget- the target binding- Returns:
- the created timer-backed binding
-