E
- The element type represented by the change modelMapChangeModel<K,V>
, PluralChangeModel<C,V>
, SingularChangeModel<E>
public interface ChangeModel<E>
Modifier and Type | Interface | Description |
---|---|---|
static class |
ChangeModel.ChangeKind |
The kind of a change model.
|
Modifier and Type | Method | Description |
---|---|---|
E |
getCurrentState() |
Returns the current state of the change model.
|
E |
getInitialState() |
Returns the initial state of the change model.
|
ChangeModel.ChangeKind |
getKind() |
Returns the kind of the change done to the attribute.
|
boolean |
isDirty() |
Returns whether the object is dirty/was modified.
|
E getInitialState()
E getCurrentState()
ChangeModel.ChangeKind getKind()
boolean isDirty()
Copyright © 2014–2019 Blazebit. All rights reserved.