public interface IAbstractFolderListener
Modifier and Type | Method and Description |
---|---|
void |
fileAdded(IAbstractFile file)
Called when a file was added to the abstract folder.
|
void |
fileRemoved(IAbstractFile file)
Called when a file was removed from the abstract folder.
|
void fileAdded(IAbstractFile file)
file
- the file that was added to the foldervoid fileRemoved(IAbstractFile file)
file
- the file that was removed from the folder