Package it.tidalwave.role.ui.function
Class BooleanBoundFunctionSupport
java.lang.Object
it.tidalwave.role.ui.function.BoundFunctionSupport<Boolean,Boolean>
it.tidalwave.role.ui.function.BooleanBoundFunctionSupport
- All Implemented Interfaces:
ChangingSource<Boolean>
,BoundFunction<Boolean,
Boolean>
- Direct Known Subclasses:
AndFunction
,OrFunction
- Author:
- Fabrizio Giudici
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class it.tidalwave.role.ui.function.BoundFunctionSupport
fireValueChanged, fireValueChanged, unbindAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.tidalwave.role.ui.ChangingSource
addPropertyChangeListener, getPropertyChangeListeners, removePropertyChangeListener
-
Field Details
-
sources
-
-
Constructor Details
-
BooleanBoundFunctionSupport
-
-
Method Details
-
function
protected abstract boolean function() -
get
Description copied from interface:ChangingSource
Returns the value of this object.- Returns:
- the value
-