Interface ChangingSource<T>

All Known Subinterfaces:
BoundFunction<DOMAIN_TYPE,CODOMAIN_TYPE>
All Known Implementing Classes:
AndFunction, BooleanBoundFunctionSupport, BoundFunctionSupport, BoundProperty, CopyIfEmptyOrConform, NonEmptyFunction, OrFunction, UnaryBoundFunctionSupport, WeakCopyFunctionSupport

public interface ChangingSource<T>
Author:
Fabrizio Giudici
  • Method Details Link icon

    • getPropertyChangeListeners Link icon

      @Nonnull PropertyChangeListener[] getPropertyChangeListeners()
    • addPropertyChangeListener Link icon

      void addPropertyChangeListener(@Nonnull PropertyChangeListener listener)
    • removePropertyChangeListener Link icon

      void removePropertyChangeListener(@Nonnull PropertyChangeListener listener)
    • unbindAll Link icon

      void unbindAll()
      Removes all the bindings of this object.
    • get Link icon

      T get()
      Returns the value of this object.
      Returns:
      the value