Interface LayerArchiver

All Known Implementing Classes:
ConsistencyCheckingAsyncLayerArchiver, DirectLayerArchiver

public interface LayerArchiver
Interface for archiving layers. This interface is used by the LayerManager to archive layers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    archive(Layer layer)
     
  • Method Details

    • archive

      void archive(Layer layer)