java.lang.Object
it.tidalwave.ui.core.function.BoundFunctionSupport<T,R>
- All Implemented Interfaces:
ChangingSource<R>,BoundFunction<T,,R> Mutable
- Direct Known Subclasses:
BooleanBoundFunctionSupport,UnaryBoundFunctionSupport
- Since:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfireValueChanged(boolean oldValue, boolean newValue) protected voidfireValueChanged(R oldValue, R newValue) voidRemoves all the bindings of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.tidalwave.ui.core.ChangingSource
get, getPropertyChangeListenersMethods inherited from interface it.tidalwave.ui.core.Mutable
addListener, addListener1, addListener2, addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, hasListeners, removeListener, removePropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
BoundFunctionSupport
public BoundFunctionSupport()
-
-
Method Details
-
unbindAll
public void unbindAll()Removes all the bindings of this object.- Specified by:
unbindAllin interfaceChangingSource<T>
-
fireValueChanged
-
fireValueChanged
protected void fireValueChanged(boolean oldValue, boolean newValue)
-