@FunctionalInterface public interface StoreFileListener
| Modifier and Type | Field and Description |
|---|---|
static StoreFileListener |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
default void |
onAcquired(int cycle,
File file) |
void |
onReleased(int cycle,
File file) |
static final StoreFileListener NO_OP
Copyright © 2022. All rights reserved.