Package com.inductiveautomation.snap.web
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateFile(WebFile aFile)
Saves the file.
-
-
-
Method Detail
-
updateFile
void updateFile(WebFile aFile)
Saves the file.
-
-