@FunctionalInterface public interface IWatchDirCallback extends ICallback
WatchDir class.| Modifier and Type | Method and Description |
|---|---|
void |
onAction(EWatchDirAction eAction,
Path aPath)
Generic callback method
|
void onAction(@Nonnull EWatchDirAction eAction, @Nonnull Path aPath)
eAction - The action that was triggered. Never null.aPath - The affected path. Never null.Copyright © 2014–2019 Philip Helger. All rights reserved.