Package com.inductiveautomation.snap.web
Interface WebFile.Updater
- 
- All Known Implementing Classes:
- Settings,- TableViewData
 - Enclosing class:
- WebFile
 
 public static interface WebFile.UpdaterAn interface for classes that want to post modifications to files.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateFile(WebFile aFile)Saves the file.
 
- 
- 
- 
Method Detail- 
updateFilevoid updateFile(WebFile aFile) Saves the file.
 
- 
 
-