JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.logging.log4j.core.util
Interface Cancellable
All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
DefaultShutdownCallbackRegistry.RegisteredCancellable
public interface
Cancellable
extends java.lang.Runnable
Interface to cancel a Runnable callback.
Since:
2.1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
cancel
()
Cancels the execution of this Runnable callback.
Methods inherited from interface java.lang.Runnable
run
Method Detail
cancel
void cancel()
Cancels the execution of this Runnable callback. This method has no effect if this has already executed.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method