Interface DependencyAccessor.DependencyMutator<T>

Type Parameters:
T - The generic type of the dependency.
All Known Subinterfaces:
DependencyAccessor.DependencyProperty<T>
Enclosing interface:
DependencyAccessor<T>

public static interface DependencyAccessor.DependencyMutator<T>
Provides a mutator for a dependency property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDependency(Dependency<T> aDependency)
    Sets the dependency for the dependency property.
  • Method Details

    • setDependency

      void setDependency(Dependency<T> aDependency)
      Sets the dependency for the dependency property.
      Parameters:
      aDependency - The dependency to be stored by the dependency property.