Interface SourceBinding

All Known Implementing Classes:
ClosureSourceBinding, ClosureTriggerBinding, PropertyBinding

public interface SourceBinding
Supplies values from the source side of a binding.
Since:
Groovy 1.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Reads the current source value.
  • Method Details

    • getSourceValue

      Object getSourceValue()
      Reads the current source value.
      Returns:
      the current source value