Interface ICompoundChange

  • All Superinterfaces:
    IChange
    All Known Implementing Classes:
    CompoundChange

    public interface ICompoundChange
    extends IChange
    Defines the contract of a compound change.
    • Method Detail

      • getChanges

        Iterable<IChange> getChanges()
        Returns:
        changes this compound change contains.