@FunctionalInterface protected static interface AbstractSynchronizedListenerStore.Transaction
perform()
will be executed in the context of a write lock when passed to the
AbstractSynchronizedListenerStore.modify(Transaction).| Modifier and Type | Method and Description |
|---|---|
void |
perform()
Can be executed atomically by passing an instance of this interface
to
AbstractSynchronizedListenerStore.modify(Transaction). |
void perform()
AbstractSynchronizedListenerStore.modify(Transaction).Copyright © 2014–2015. All rights reserved.