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