E
- The element type represented by the change modelpublic interface ChangeModel<E>
Modifier and Type | Interface and Description |
---|---|
static class |
ChangeModel.ChangeKind
The kind of a change model.
|
Modifier and Type | Method and 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–2018 Blazebit. All rights reserved.