Package org.apache.groovy.swing.binding
Interface TriggerBinding
- All Known Implementing Classes:
ClosureTriggerBinding,EventTriggerBinding,PropertyBinding,SwingTimerTriggerBinding
public interface TriggerBinding
Creates a
FullBinding that reacts to changes from a triggering source.- Since:
- Groovy 1.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateBinding(SourceBinding source, TargetBinding target) Creates a concrete binding that propagates values from the supplied source to the target.
-
Method Details
-
createBinding
Creates a concrete binding that propagates values from the supplied source to the target.- Parameters:
source- the source binding to observetarget- the target binding to update- Returns:
- the created full binding
-