Package net.officefloor.model.change
Interface ChangeList<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Change<?>[]
getChanges()
Obtains theChange
instances within thisChangeList
.-
Methods inherited from interface net.officefloor.model.change.Change
apply, canApply, getChangeDescription, getConflicts, getTarget, revert
-
-
-
-
Method Detail
-
getChanges
Change<?>[] getChanges()
Obtains theChange
instances within thisChangeList
.- Returns:
Change
instances within thisChangeList
.
-
-