JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.logging.log4j.core.util
Cancellable
Contents
Description
Method Summary
Method Details
cancel()
Hide sidebar
Show sidebar
Interface Cancellable
All Superinterfaces:
Runnable
public interface
Cancellable
extends
Runnable
Interface to cancel a Runnable callback.
Since:
2.1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
cancel
()
Cancels the execution of this Runnable callback.
Methods inherited from interface
Runnable
run
Method Details
cancel
void
cancel
()
Cancels the execution of this Runnable callback. This method has no effect if this has already executed.