Module is.codion.framework.model
Package is.codion.framework.model
Interface EntityConditionModel.Modified
- All Superinterfaces:
ObservableState,Observer<Boolean>
- Enclosing interface:
EntityConditionModel
Indicates if the condition has changed since the last call to
reset()-
Method Summary
Modifier and TypeMethodDescriptionvoidreset()Resets the modified state according to the current condition state.Methods inherited from interface is.codion.common.reactive.state.ObservableState
addConsumer, addListener, addWeakConsumer, addWeakListener, is, not, observer, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener, when, when
-
Method Details
-
reset
void reset()Resets the modified state according to the current condition state.
-