public interface FileWatcher
void
onCreate(File file)
onDelete(File file)
onUpdate(File file)
void onCreate(File file) throws IOException
IOException
void onDelete(File file) throws IOException
void onUpdate(File file) throws IOException
Copyright © 2020. All rights reserved.