[VFS] Monitor interface change - possible improvement

2007-03-30 Thread Steven Keens
Here's my use case - I want to listen to a subset of the files within a folder. To do so with VFS I have to filter the events within my FileListener. I think it would be better that the FileMonitor interface accept a FileSelector in the add() and remove() function rather than a FileObject. By

Re: [VFS] Monitor interface change - possible improvement

2007-03-30 Thread Mario Ivankovits
Hi Steven! Here's my use case - I want to listen to a subset of the files within a folder. To do so with VFS I have to filter the events within my FileListener. I think it would be better that the FileMonitor interface accept a FileSelector in the add() and remove() function rather than a