- All Superinterfaces:
Mutable
- All Known Subinterfaces:
BoundFunction<DOMAIN_TYPE,CODOMAIN_TYPE>
- All Known Implementing Classes:
AndFunction,BooleanBoundFunctionSupport,BoundFunctionSupport,BoundProperty,CopyIfEmptyOrConform,NonEmptyFunction,OrFunction,UnaryBoundFunctionSupport,WeakCopyFunctionSupport
- Since:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
-
Method Summary
Modifier and TypeMethodDescriptionget()Returns the value of this object.Returns all the boundPropertyChangeListeners.voidRemoves all the bindings of this object.Methods inherited from interface it.tidalwave.ui.core.Mutable
addListener, addListener1, addListener2, addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, hasListeners, removeListener, removePropertyChangeListener, removePropertyChangeListener
-
Method Details
-
getPropertyChangeListeners
Description copied from interface:MutableReturns all the boundPropertyChangeListeners.- Specified by:
getPropertyChangeListenersin interfaceMutable- Returns:
- the listeners
-
unbindAll
void unbindAll()Removes all the bindings of this object. -
get
T get()Returns the value of this object.- Returns:
- the value
-