org.apache.logging.log4j.core.util
Interface Cancellable

All Superinterfaces:
Runnable

public interface Cancellable
extends Runnable

Interface to cancel a Runnable callback.

Since:
2.1

Method Summary
 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.



Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.