Package it.tidalwave.role.ui
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 Summary
Modifier and TypeMethodDescriptionvoidget()Returns the value of this object.voidvoidRemoves all the bindings of this object.
-
Method Details
-
getPropertyChangeListeners
-
addPropertyChangeListener
-
removePropertyChangeListener
-
unbindAll
void unbindAll()Removes all the bindings of this object. -
get
T get()Returns the value of this object.- Returns:
- the value
-