public interface Modifiable
It is up to the implementor of the Modifiable to determine the contract between the Modifiable and the entities interested in it's modified status. This could include interested entities taking action on the Modifiable once it has become modified which result in it's modified status being reset. Another possibility is for a Modifiable to be discarded once it has been modified.
Modifier and Type | Method and Description |
---|---|
boolean |
isModified() |
boolean isModified()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.