Interface TargetBinding

All Known Implementing Classes:
PropertyBinding, PropertyChangeProxyTargetBinding

public interface TargetBinding
Receives values on the target side of a binding.
Since:
Groovy 1.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Applies a new value to the target.
  • Method Details

    • updateTargetValue

      void updateTargetValue(Object value)
      Applies a new value to the target.
      Parameters:
      value - the value to apply