Package org.cyclos.impl.storage
Class DelayedStoredFileContentAction
- java.lang.Object
-
- org.cyclos.impl.storage.DelayedStoredFileContentAction
-
- All Implemented Interfaces:
StoredFileContentAction
- Direct Known Subclasses:
DelayedSaveStoredFileContentAction
public abstract class DelayedStoredFileContentAction extends Object implements StoredFileContentAction
Instances of this class means actions that does nothing until are confirmed
-
-
Constructor Summary
Constructors Constructor Description DelayedStoredFileContentAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.storage.StoredFileContentAction
confirm
-
-
-
-
Method Detail
-
cancel
public void cancel()
- Specified by:
cancelin interfaceStoredFileContentAction
-
-