Package it.tidalwave.ui.core
Interface ChangingSource<T>
- 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 boundPropertyChangeListener
s.void
Removes 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:Mutable
Returns all the boundPropertyChangeListener
s.- Specified by:
getPropertyChangeListeners
in 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
-