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 Type
    Method
    Description
    Creates a concrete binding that propagates values from the supplied source to the target.
  • Method Details

    • createBinding

      FullBinding createBinding(SourceBinding source, TargetBinding target)
      Creates a concrete binding that propagates values from the supplied source to the target.
      Parameters:
      source - the source binding to observe
      target - the target binding to update
      Returns:
      the created full binding