public abstract class DisposableUpdate extends Update
ComparableObject.Impl
HIGH_PRIORITY, LOW_PRIORITY
NONE
Constructor and Description |
---|
DisposableUpdate(Disposable parentDisposable,
java.lang.Object identity) |
Modifier and Type | Method and Description |
---|---|
static DisposableUpdate |
createDisposable(Disposable parentDisposable,
java.lang.Object identity,
java.lang.Runnable runnable) |
protected abstract void |
doRun() |
void |
run() |
canEat, create, executeInWriteAction, getPriority, isDisposed, isExpired, isRejected, setProcessed, setRejected, toString, wasProcessed
equals, getEqualityObjects, hashCode
public DisposableUpdate(Disposable parentDisposable, java.lang.Object identity)
public final void run()
protected abstract void doRun()
public static DisposableUpdate createDisposable(Disposable parentDisposable, java.lang.Object identity, java.lang.Runnable runnable)