public interface CancellableCleanAction<ResourceDescriptionT> extends CleanAction<ResourceDescriptionT>
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels this clean action, making
CleanAction.clean() a no-op. |
clean, from, resourceTypevoid cancel()
CleanAction.clean() a no-op. This operation cannot be reversed.Copyright © 2019 Exonum. All rights reserved.