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

    • getPropertyChangeListeners

      @Nonnull PropertyChangeListener[] getPropertyChangeListeners()
    • addPropertyChangeListener

      void addPropertyChangeListener(@Nonnull PropertyChangeListener listener)
    • removePropertyChangeListener

      void removePropertyChangeListener(@Nonnull PropertyChangeListener listener)
    • unbindAll

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

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