Package org.cyclos.impl.storage
Interface StoredFileContentAction
-
- All Known Subinterfaces:
SaveStoredFileContentAction
- All Known Implementing Classes:
DelayedSaveStoredFileContentAction,DelayedStoredFileContentAction,NoOpStoredFileContentAction
public interface StoredFileContentActionThis interface represents a pending action made through theStoredFileContentManagerthat must be either confirmed or canceled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()voidconfirm()
-