@FunctionalInterface public interface StoreFileListener
| Modifier and Type | Field and Description |
|---|---|
static StoreFileListener |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isActive() |
default void |
onAcquired(int cycle,
File file)
Notified asynchronously when a file is acquired
|
void |
onReleased(int cycle,
File file)
Notified asynchronously when a file is released
|
static final StoreFileListener NO_OP
default boolean isActive()
default void onAcquired(int cycle,
File file)
cycle - of filefile - namevoid onReleased(int cycle,
File file)
cycle - of filefile - nameCopyright © 2024. All rights reserved.