Package org.jgroups.auth.sasl
Interface FileObserver
-
- All Known Implementing Classes:
SimpleAuthorizingCallbackHandler.PropertiesReloadFileObserver
public interface FileObserver
FileObserver. A callback that is invoked when a file is changed.FileWatchTask
- Since:
- 8.0
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fileChanged(java.io.File file)
-