Class ListWorkingCopy<T>

    • Constructor Detail

      • ListWorkingCopy

        public ListWorkingCopy​(IList<T> original)
        Instantiates a new list working copy.
        Parameters:
        original - the original list.
    • Method Detail

      • getChange

        public IChange getChange()
        Returns:
        change describing the modifications done to the model.
      • isOnline

        public boolean isOnline()
        Specified by:
        isOnline in interface IModel
        Overrides:
        isOnline in class Model
        Returns:
        true if this model is online, false otherwise.