public abstract class AsyncJob extends Object
protected Runnable
runnable
AsyncJob(Runnable runnable)
abstract boolean
schedule()
unschedule()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final Runnable runnable
public AsyncJob(Runnable runnable)
public abstract boolean schedule()
public abstract boolean unschedule()
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.