Interface WebFile.Updater

All Known Implementing Classes:
Settings, TableViewData
Enclosing class:
WebFile

public static interface WebFile.Updater
An interface for classes that want to post modifications to files.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Saves the file.
  • Method Details

    • updateFile

      void updateFile(WebFile aFile)
      Saves the file.