public interface Cancellable
Cancellable
represents a process or an operation that can be
canceled.Modifier and Type | Method and Description |
---|---|
boolean |
cancel()
Cancels the ongoing operation or process.
|
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.